Browse Source

修改托盘夹具的类型

姚云青 3 years ago
parent
commit
bc10b3257c

+ 2 - 2
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/edgeLibrary/service/impl/StockInfoServiceImpl.java

@@ -439,7 +439,7 @@ public class StockInfoServiceImpl extends SuperServiceImpl<StockInfoMapper, Stoc
         infoBean.setStorgeId(storgeId);
         infoBean.setStorgeId(storgeId);
         infoBean.setLockStatus("1");
         infoBean.setLockStatus("1");
         infoBean.setGoodsId(goodsId);
         infoBean.setGoodsId(goodsId);
-        infoBean.setGoodsType("2");
+        infoBean.setGoodsType("1");
         infoBean.setNum(1);
         infoBean.setNum(1);
         infoBean.setUniqueCode(String.valueOf(uniqueCode));
         infoBean.setUniqueCode(String.valueOf(uniqueCode));
         infoBean.setCompleteBatchNo("");
         infoBean.setCompleteBatchNo("");
@@ -456,7 +456,7 @@ public class StockInfoServiceImpl extends SuperServiceImpl<StockInfoMapper, Stoc
         infoBean.setStorgeId(storgeId);
         infoBean.setStorgeId(storgeId);
         infoBean.setLockStatus("1");
         infoBean.setLockStatus("1");
         infoBean.setGoodsId(goodsId);
         infoBean.setGoodsId(goodsId);
-        infoBean.setGoodsType("1");
+        infoBean.setGoodsType("2");
         infoBean.setNum(1);
         infoBean.setNum(1);
         infoBean.setUniqueCode(String.valueOf(uniqueCode));
         infoBean.setUniqueCode(String.valueOf(uniqueCode));
         infoBean.setCompleteBatchNo("");
         infoBean.setCompleteBatchNo("");

+ 1 - 1
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/operationManagementCenter/service/impl/TaskServiceImpl.java

@@ -1202,7 +1202,7 @@ public class TaskServiceImpl extends SuperServiceImpl<TTaskMapper, TTask> implem
             StockInfo clamStockInfo = new StockInfo();
             StockInfo clamStockInfo = new StockInfo();
             clamStockInfo.setStorgeId(trayStockInfo.getStorgeId());
             clamStockInfo.setStorgeId(trayStockInfo.getStorgeId());
             clamStockInfo.setLockStatus("1");
             clamStockInfo.setLockStatus("1");
-            clamStockInfo.setGoodsType("1");
+            clamStockInfo.setGoodsType("2");
             clamStockInfo.setGoodsId(Long.valueOf(goodsId));
             clamStockInfo.setGoodsId(Long.valueOf(goodsId));
             clamStockInfo.setUniqueCode(String.valueOf(uniqueCode));
             clamStockInfo.setUniqueCode(String.valueOf(uniqueCode));
             clamStockInfo.setCompleteBatchNo(tTask.getCompleteBatchNo());
             clamStockInfo.setCompleteBatchNo(tTask.getCompleteBatchNo());