风控中心加风控对象属性-部门

This commit is contained in:
yss
2023-01-11 16:12:17 +08:00
parent 27c5ba10b1
commit 5432dec299

View File

@ -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());
//模块分类