Переглянути джерело

Merge remote-tracking branch 'origin/release-201827-wangcz' into release-201827-wangcz

yujia 7 роки тому
батько
коміт
d4be80a4ec

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/commodity/service/impl/ProductServiceImpl.java

@@ -2217,7 +2217,7 @@ public class ProductServiceImpl implements ProductService {
      * @param inOutMap 出入库的map
      */
     @Override
-    public void updateProductsByReleaseProductByBatch(Set<Long> prIds, List<ReleaseProductByBatch> reList, Integer ignoreImport, Set<InOutboundDetail> newInOutboundDetail, Map<String, Set<InOutboundDetail>> inOutMap) {
+    public void updateProductsByReleaseProductByBatch(Set<Long> prIds, List<ReleaseProductByBatch> reList, Integer ignoreImport, Set<InOutboundDetail> newInOutboundDetail) {
         if (CollectionUtils.isEmpty(prIds) || CollectionUtils.isEmpty(reList)) {
             return ;
         }