|
|
@ -55,9 +55,9 @@ public class LoanFinPolicyService extends MybatisBaseService<LoanFinPolicyMapper |
|
|
|
String orgPath = dto.getOrgPath(); |
|
|
|
List<UseDept> useDeptList = dto.getUseDeptList(); |
|
|
|
useDeptList.removeAll(Collections.singleton(null)); |
|
|
|
if (useDeptList.isEmpty()) { |
|
|
|
/*if (useDeptList.isEmpty()) { |
|
|
|
return rb.setMsg("适用销售部门不允许为空"); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
if (StringUtils.isBlank(dto.getBankSid())) { |
|
|
|
return rb.setMsg("资方简称不允许为空"); |
|
|
|
} |
|
|
|