Browse Source

生成待审批任务时更新节点名称

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7646 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
25ecf577cf

+ 1 - 1
src/main/java/com/uas/platform/b2b/mobile/service/impl/MobileFlowServiceImpl.java

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