md
This commit is contained in:
parent
8eb4864f03
commit
685ff377c8
@ -421,7 +421,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
*/
|
||||
private String getChildRegionCodeByName(String countryCode,String parentCode,String name){
|
||||
|
||||
if(StringUtils.isAnyEmpty(countryCode,parentCode,name)){
|
||||
if(StringUtils.isAnyEmpty(countryCode,name)){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user