This commit is contained in:
linfso 2025-01-10 14:06:41 +08:00
parent 5da6c8de10
commit 0c6a82f06c

View File

@ -3117,7 +3117,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 用户新下单
String userEmpCode=null;
String title="有新的运单,请接单,单号【"+emisWaybillSave.getBillCode()+"】";
String title="有新的运单,请接单,运单号【"+emisWaybillSave.getBillCode()+"】";
if(!StringUtils.isEmpty(emisWaybillSave.getCustomerCode())) {
EmisCustomerUser emisCustomerUser = emisCustomerUserMapper.selectCustomerByCustomerCode(emisWaybillSave.getCustomerCode());
if(emisCustomerUser!=null) {