Browse Source

去掉没用的代码

阿赫 6 months ago
parent
commit
f8070d2080

+ 0 - 2
zkqy-custom-business/src/main/java/com/zkqy/business/service/impl/ProductInventoryServiceImpl.java

@@ -764,8 +764,6 @@ public class ProductInventoryServiceImpl implements IProductInventoryService {
             String msg = "";
             String msg = "";
             boolean returnState = false;
             boolean returnState = false;
             int del = 0;
             int del = 0;
-            int oldBoxNum = 0;
-            Double suttle = 0.0;
             // 循环减当前库存
             // 循环减当前库存
             for (int i = 0; i < productInventoryList.size(); i++) {
             for (int i = 0; i < productInventoryList.size(); i++) {
                 //当前库存对象
                 //当前库存对象