md
This commit is contained in:
parent
4ba9f14c34
commit
a0723d3284
@ -361,7 +361,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
if(StringUtils.isEmpty(itemLabel)){
|
||||
continue;
|
||||
}
|
||||
String dictValue=DictUtils.getDictValue("emis_tab_packing_type",itemLabel);
|
||||
String dictValue=DictUtils.getDictValue("emis_tab_packing_type",itemLabel.trim());
|
||||
if(StringUtils.isEmpty(dictValue)){
|
||||
throw new EmisBizError(EmisBizErrorType.NOT_EXISTS, "包装类型["+itemLabel+"]不正确");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user