|
@@ -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())
|