This commit is contained in:
linfso 2025-01-15 14:21:40 +08:00
parent 86659f09e7
commit 593940b61b

View File

@ -278,21 +278,23 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 加入
// b.CODE AS countryCode,
// b.NAME AS countryName,
Map<String,Object> otherCountryItemMap = new HashMap<>();
otherCountryItemMap.put("countryCode","-1");
otherCountryItemMap.put("countryName","其它国家");
otherCountryItemMap.put("orderNum",99);
if(otherTotalNum>0) {
Map<String, Object> otherCountryItemMap = new HashMap<>();
otherCountryItemMap.put("countryCode", "-1");
otherCountryItemMap.put("countryName", "其它国家");
otherCountryItemMap.put("orderNum", 99);
otherCountryItemMap.put("kdTotalNum",otherKdTotalNum);
otherCountryItemMap.put("kyTotalNum",otherKyTotalNum);
otherCountryItemMap.put("wlTotalNum",otherWlTotalNum);
otherCountryItemMap.put("totalNum",otherTotalNum);
otherCountryItemMap.put("kdTotalNum", otherKdTotalNum);
otherCountryItemMap.put("kyTotalNum", otherKyTotalNum);
otherCountryItemMap.put("wlTotalNum", otherWlTotalNum);
otherCountryItemMap.put("totalNum", otherTotalNum);
otherCountryItemMap.put("kdTotalBillWeight",otherKdTotalBillWeight);
otherCountryItemMap.put("kyTotalBillWeight",otherKyTotalBillWeight);
otherCountryItemMap.put("wlTotalBillWeight",otherWlTotalBillWeight);
otherCountryItemMap.put("totalBillWeight",otherTotalBillWeight);
mySortList.add(otherCountryItemMap);
otherCountryItemMap.put("kdTotalBillWeight", otherKdTotalBillWeight);
otherCountryItemMap.put("kyTotalBillWeight", otherKyTotalBillWeight);
otherCountryItemMap.put("wlTotalBillWeight", otherWlTotalBillWeight);
otherCountryItemMap.put("totalBillWeight", otherTotalBillWeight);
mySortList.add(otherCountryItemMap);
}
}
// 排序