Browse Source

更新审批操作

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

+ 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(node.getNodename());
+						oper.setDealname(op.getDealname());
 						oper.setDealuu(op.getDealuu());
 						oper.setEnuu(op.getEnuu());
 						oper.setKeyvalue(op.getKeyvalue());