风控中心加风控对象属性-部门
This commit is contained in:
@ -58,7 +58,7 @@ public class RiskManageServiceImpl implements IRiskManageService {
|
||||
//项目所属市
|
||||
regulationGroupApply.setCityOu(Objects.isNull(params.get("cityOu"))?"":params.get("cityOu").toString());
|
||||
regulationGroupApply.setCityName(Objects.isNull(params.get("cityName"))?"":params.get("cityName").toString());
|
||||
//项目所属市
|
||||
//项目所属部门
|
||||
regulationGroupApply.setDepartmentOu(Objects.isNull(params.get("departmentOu"))?"":params.get("departmentOu").toString());
|
||||
regulationGroupApply.setDepartmentName(Objects.isNull(params.get("departmentName"))?"":params.get("departmentName").toString());
|
||||
//模块分类
|
||||
|
Reference in New Issue
Block a user