md
This commit is contained in:
parent
3b1b7e8133
commit
18b8205d7f
@ -1455,25 +1455,24 @@ public class EmisBaseService {
|
||||
5
|
||||
5
|
||||
其它
|
||||
|
||||
* */
|
||||
String [] packTypeArr = waybill.getPackType().split(",");
|
||||
if(packTypeArr.length>0){
|
||||
for(String type:packTypeArr){
|
||||
if("1".equals(type)){
|
||||
packTypeEn=""+"paper"+","
|
||||
packTypeEn=""+"paper"+",";
|
||||
}
|
||||
else if("2".equals(type)){
|
||||
packTypeEn=""+"carton"+","
|
||||
packTypeEn=""+"carton"+",";
|
||||
}
|
||||
else if("3".equals(type)){
|
||||
packTypeEn=""+"wooden box"+","
|
||||
packTypeEn=""+"wooden box"+",";
|
||||
}
|
||||
else if("4".equals(type)){
|
||||
packTypeEn=""+"Woven bags"+","
|
||||
packTypeEn=""+"Woven bags"+",";
|
||||
}
|
||||
else if("5".equals(type)){
|
||||
packTypeEn=""+"other"+","
|
||||
packTypeEn=""+"other"+",";
|
||||
}
|
||||
}
|
||||
packTypeEn=StringUtils.removeEnd(packTypeEn,",");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user