md
This commit is contained in:
parent
9c68348391
commit
08b28e20f5
@ -2783,7 +2783,6 @@ public class EmisBaseService {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 判断是否超时锁账
|
||||
* @param emisWaybill
|
||||
|
||||
@ -1350,7 +1350,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
}
|
||||
|
||||
// 寄件网点判断,若果没有寄件网点则使用总部
|
||||
if(!StringUtils.isEmpty(emisWaybillSave.getSendSiteCode())) {
|
||||
if(StringUtils.isEmpty(emisWaybillSave.getSendSiteCode())) {
|
||||
emisWaybillSave.setSendSiteCode("88888");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user