‘linchangsheng’ 7 月之前
父節點
當前提交
3bc0ac636f

+ 2 - 2
src/main/java/com/zfire/mall/manager/logic/customer/CustomerProductTypeLogic.java

@@ -110,7 +110,7 @@ public class CustomerProductTypeLogic {
             throw new RemoteServiceException("业务员不能为空");
             throw new RemoteServiceException("业务员不能为空");
         }
         }
         if(StringUtils.isEmpty(customerProductTypeRela.getK3OrgNumber())){
         if(StringUtils.isEmpty(customerProductTypeRela.getK3OrgNumber())){
-            throw new RemoteServiceException("金蝶部门编号必填");
+            //throw new RemoteServiceException("金蝶部门编号必填");
         }
         }
         Integer count = customerProductTypeRelaService.lambdaQuery()
         Integer count = customerProductTypeRelaService.lambdaQuery()
                 .eq(CustomerProductTypeRela::getCustomerWalletId, customerProductTypeRela.getCustomerWalletId())
                 .eq(CustomerProductTypeRela::getCustomerWalletId, customerProductTypeRela.getCustomerWalletId())
@@ -131,7 +131,7 @@ public class CustomerProductTypeLogic {
             throw new RemoteServiceException("业务员不能为空");
             throw new RemoteServiceException("业务员不能为空");
         }
         }
         if(StringUtils.isEmpty(customerProductTypeRela.getK3OrgNumber())){
         if(StringUtils.isEmpty(customerProductTypeRela.getK3OrgNumber())){
-            throw new RemoteServiceException("金蝶部门编号必填");
+           // throw new RemoteServiceException("金蝶部门编号必填");
         }
         }
         Integer count = customerProductTypeRelaService.lambdaQuery()
         Integer count = customerProductTypeRelaService.lambdaQuery()
                 .eq(CustomerProductTypeRela::getCustomerWalletId, customerProductTypeRela.getCustomerWalletId())
                 .eq(CustomerProductTypeRela::getCustomerWalletId, customerProductTypeRela.getCustomerWalletId())

+ 3 - 0
src/main/java/com/zfire/mall/manager/logic/k3/K3StockLogic.java

@@ -158,6 +158,9 @@ public class K3StockLogic {
         AdminUserCom adminUser = commonLogic.getAdminUser(request);
         AdminUserCom adminUser = commonLogic.getAdminUser(request);
         stockPosition.insert();
         stockPosition.insert();
 
 
+
+
+
         this.addCategorys(stockPosition);
         this.addCategorys(stockPosition);
     }
     }