Browse Source

销售订单-完善

master
dimengzhe 3 years ago
parent
commit
2ff8403703
  1. 10
      anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bussalesorder/BusSalesOrderService.java

10
anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bussalesorder/BusSalesOrderService.java

@ -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();
}

Loading…
Cancel
Save