Kaynağa Gözat

优化代码

java110 2 yıl önce
ebeveyn
işleme
a57bba301c

+ 0 - 1
service-store/src/main/java/com/java110/store/cmd/purchase/PurchaseApplyCmd.java

@@ -98,7 +98,6 @@ public class PurchaseApplyCmd extends Cmd {
         Assert.listOnlyOne(storehouseDtos, "仓库不存在");
         Assert.listOnlyOne(storehouseDtos, "仓库不存在");
 
 
         if (!StorehouseDto.SWITCH_ON.equals(storehouseDto.getPurchaseSwitch())) {
         if (!StorehouseDto.SWITCH_ON.equals(storehouseDto.getPurchaseSwitch())) {
-            //todo 直接入库
             return;
             return;
         }
         }
         String storeId = CmdContextUtils.getStoreId(context);
         String storeId = CmdContextUtils.getStoreId(context);