md
This commit is contained in:
parent
b79a2b0edf
commit
13ab20aeb1
@ -1052,13 +1052,15 @@ public class EmisCommonController extends EmisBaseController
|
||||
|
||||
|
||||
/**
|
||||
* 新订单通知
|
||||
* 触发生成用户必要通知
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/autoDoNotifyNewOrderTrigger")
|
||||
public AjaxResult autoDoNotifyNewOrderTrigger() {
|
||||
@GetMapping("/autoDoGenerateNotifyTrigger")
|
||||
public AjaxResult autoDoSendNotifyTrigger() {
|
||||
// 1.销售开票统计通知
|
||||
|
||||
|
||||
// 2.开票收款统计通知
|
||||
|
||||
|
||||
// sysNoticeService.
|
||||
|
||||
@ -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++){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user