feature:开票后保存物料信息,按照物料编码+entID判重

release
gaorl 2 years ago
parent 4db3ece123
commit 87488d11ea
  1. 2
      order-management-base-service/src/main/java/com/dxhy/order/baseservice/module/commodity/service/impl/CommodityServiceImpl.java

@ -620,7 +620,7 @@ public class CommodityServiceImpl implements CommodityService {
commodityCodeCheckQuery.setSl(receiveSpxxReq.getSl()); commodityCodeCheckQuery.setSl(receiveSpxxReq.getSl());
commodityCodeCheckQuery.setDeptId(receiveSpxxReq.getEntId()); commodityCodeCheckQuery.setDeptId(receiveSpxxReq.getEntId());
Map<String,String> map = new HashMap<>(); Map<String,String> map = new HashMap<>();
map.put("productName", xmmc); // map.put("productName", xmmc);
map.put("zxbm", receiveSpxxReq.getZxbm()); map.put("zxbm", receiveSpxxReq.getZxbm());
map.put("entId",commodityCodeCheckQuery.getDeptId()); map.put("entId",commodityCodeCheckQuery.getDeptId());

Loading…
Cancel
Save