This commit is contained in:
linfso 2024-12-10 11:55:36 +08:00
parent b79a2b0edf
commit 13ab20aeb1
2 changed files with 5 additions and 4 deletions

View File

@ -1052,13 +1052,15 @@ public class EmisCommonController extends EmisBaseController
/**
* 新订单通知
* 触发生成用户必要通知
* @return
*/
@GetMapping("/autoDoNotifyNewOrderTrigger")
public AjaxResult autoDoNotifyNewOrderTrigger() {
@GetMapping("/autoDoGenerateNotifyTrigger")
public AjaxResult autoDoSendNotifyTrigger() {
// 1.销售开票统计通知
// 2.开票收款统计通知
// sysNoticeService.

View File

@ -411,7 +411,6 @@ public class EmisSettleInvoiceChRecordServiceImpl extends EmisBaseService implem
String title="开票成功,请下载发票:开票账单号【"+oldApply.getSettleBillNo()+"】";
sendNoticeToEmpUser(oldApply.getApplyManCode(), title, "", "d24/orderManagement/UserOrderList");
// 触发开票状态更新
String [] settleBillNoArr=oldApply.getSettleBillNo().split(",");
for(int i=0;i<settleBillNoArr.length;i++){