md
This commit is contained in:
parent
f85a5e0bbc
commit
439c68c889
@ -913,8 +913,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(!"2".emisWaybillOld.getPickupMethod()){
|
||||
if(!"2".equals(emisWaybillOld.getPickupMethod()) ){
|
||||
throw new EmisBizError(EmisBizErrorType.FAIL,"非上门取件不需要指派取件员");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user