|
|
|
@ -479,7 +479,7 @@ public class CommodityController { |
|
|
|
|
commodityCodeEntity.setXhfNsrsbh(xhfNsrsbh); |
|
|
|
|
commodityCodeEntity.setXhfMc(xhfMc); |
|
|
|
|
commodityCodeEntity.setXmmc(commodityExcel.getXmmc()); |
|
|
|
|
commodityCodeEntity.setZxbm(commodityExcel.getZxbm()); |
|
|
|
|
commodityCodeEntity.setZxbm(String.format("%18s", commodityExcel.getZxbm()).replace(' ', '0')); |
|
|
|
|
commodityCodeEntity.setSpsm(""); |
|
|
|
|
commodityCodeEntity.setSpjm(""); |
|
|
|
|
String sl = commodityExcel.getSl(); |
|
|
|
|