This commit is contained in:
linfso 2024-09-21 20:43:09 +08:00
parent 9c68348391
commit 08b28e20f5
2 changed files with 1 additions and 2 deletions

View File

@ -2783,7 +2783,6 @@ public class EmisBaseService {
}
/**
* 判断是否超时锁账
* @param emisWaybill

View File

@ -1350,7 +1350,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
// 寄件网点判断,若果没有寄件网点则使用总部
if(!StringUtils.isEmpty(emisWaybillSave.getSendSiteCode())) {
if(StringUtils.isEmpty(emisWaybillSave.getSendSiteCode())) {
emisWaybillSave.setSendSiteCode("88888");
}