md
This commit is contained in:
parent
5da6c8de10
commit
0c6a82f06c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user