|
@@ -2217,7 +2217,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
* @param inOutMap 出入库的map
|
|
* @param inOutMap 出入库的map
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@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)) {
|
|
if (CollectionUtils.isEmpty(prIds) || CollectionUtils.isEmpty(reList)) {
|
|
|
return ;
|
|
return ;
|
|
|
}
|
|
}
|