erzhongxmu 2023-10-13 17:00:14 +08:00
parent 719d37caff
commit faec17de0f
1 changed files with 0 additions and 10 deletions

View File

@ -425,16 +425,6 @@ public class WmsApiController {
} }
} }
wmImNoticeHService.addMain(wmImNoticeH, wmImNoticeIListnew); wmImNoticeHService.addMain(wmImNoticeH, wmImNoticeIListnew);
try {
TuiSongMsgUtil.sendMessage("收货通知", Constants.SMS_SEND_TYPE_3,
"RKYYTZ", map, "admin", ResourceUtil.getSessionUserName()
.getUserName());
} catch (Exception e) {
// TODO: handle exception
}
systemService.addLog(message, Globals.Log_Type_INSERT,
Globals.Log_Leavel_INFO);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
message = "进货通知添加失败"; message = "进货通知添加失败";