|
|
@@ -259,7 +259,7 @@ public class MobileFlowServiceImpl implements MobileFlowService {
|
|
|
op.getCaller(), op.getNodelevel() + 1);
|
|
|
AppFlowOperation oper = new AppFlowOperation();
|
|
|
oper.setCaller(op.getCaller());
|
|
|
- oper.setDealname(node.getNodename());
|
|
|
+ oper.setDealname(op.getDealname());
|
|
|
oper.setDealuu(op.getDealuu());
|
|
|
oper.setEnuu(op.getEnuu());
|
|
|
oper.setKeyvalue(op.getKeyvalue());
|