|
|
|
@@ -112,8 +112,6 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
wxFlowRecord.setStatus(EnumFlowRecordStatus.NEW.getCode()); |
|
|
|
wxFlowRecordService.saveOrUpdate(wxFlowRecord); |
|
|
|
|
|
|
|
System.out.println(1/0); |
|
|
|
|
|
|
|
// 给审批人发送代办通知短信 |
|
|
|
List<MallUserInfo> mallUserInfoList = getUserByProcessInstanceId(processInstance.getId()); |
|
|
|
for (MallUserInfo mallUserInfo:mallUserInfoList) { |
|
|
|
|