This commit is contained in:
linfso 2025-01-21 00:59:54 +08:00
parent 73ce7f5324
commit a273ed3d78

View File

@ -1568,7 +1568,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
WaybillOperLogType.CUST_CANCEL_ORDER,
emisWaybillOld.getCustomerName(),
null,
"客户取消,原因:【"+emisWaybill.getOrderRemark()+"】";
"客户取消,原因:【"+emisWaybill.getOrderRemark()+"】"
);
return 1;