|
|
@ -861,9 +861,15 @@ public class BusSalesOrderService extends MybatisBaseService<BusSalesOrderMapper |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
map.put("nodeState", nodeState); |
|
|
|
//更新业务表中的流程状态
|
|
|
|
modifyFlowState(variables.get("businessSid").toString(), |
|
|
|
ProcDefEnum.SALESORDER.getProDefId(), |
|
|
|
nodeState, |
|
|
|
variables.get("instanceId").toString(), |
|
|
|
taskDefKey); |
|
|
|
/* map.put("nodeState", nodeState); |
|
|
|
map.put("taskDefKey", taskDefKey); |
|
|
|
sysFormLinkFeign.updateFiled(map); |
|
|
|
sysFormLinkFeign.updateFiled(map);*/ |
|
|
|
return rb.success(); |
|
|
|
} |
|
|
|
|
|
|
|