Commit c4cfc8bd authored by lanbaoming's avatar lanbaoming

2024-06-14-2提交发布

parent e4c1007c
...@@ -419,18 +419,18 @@ public class ShipmentLoadExcelExportListener2 { ...@@ -419,18 +419,18 @@ public class ShipmentLoadExcelExportListener2 {
//用途 //用途
if (item.getUsageIds() == null || item.getUsageIds().length() == 0) { if (item.getUsageIds() == null || item.getUsageIds().length() == 0) {
preloadDto.setUsageIds(""); // preloadDto.setUsageIds("");
} else { } else {
//在缓存数据字典中获取用途信息 //在缓存数据字典中获取用途信息
String sUserdName = DictFrameworkUtils.getDictDataFromCache( String sUserdName = DictFrameworkUtils.getDictDataFromCache(
"order_item_usage", "order_item_usage",
item.getUsageIds() + "").getLabel(); item.getUsageIds() + "").getLabel();
preloadDto.setUsageIds(sUserdName); // preloadDto.setUsageIds(sUserdName);
} }
//商品特性赋值 lanbm 2024-06-05 add //商品特性赋值 lanbm 2024-06-05 add
String sR = getAttrName(item, ProductAttrMap); String sR = getAttrName(item, ProductAttrMap);
preloadDto.setProdAttrIds(sR); //preloadDto.setProdAttrIds(sR);
preloadDto.setSumNum(item.getWarehouseInInfoVO().getCartonsNum()); preloadDto.setSumNum(item.getWarehouseInInfoVO().getCartonsNum());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment