This commit is contained in:
linfso 2024-12-26 18:07:36 +08:00
parent 6be0634ece
commit fe98fb2bfa

View File

@ -239,12 +239,6 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
emisWaybillService.reUpdateWayBill(emisWaybillOld,emisWaybillSave);
// if(!StringUtils.isEmpty(userEmpCode)){
// SysUser empUser=getEmisStaffByCode(userEmpCode);
// userId=empUser.getUserId();
// sysNoticeService.addNoticeToUser(title,title,"d24/orderManagement/UserOrderList",userId);
// }
String title="费用调整已审批通过,单号【"+emisWaybillAjustApply.getBillCode()+"】";
sendNoticeToEmpUser(emisWaybillAjustApply.getApplyManCode(), title, "", "d24/orderManagement/UserOrderList");