Merge branch 'master-风控中心加属性' into uat_code

This commit is contained in:
yss
2022-09-28 11:13:04 +08:00

View File

@ -61,7 +61,7 @@ public class RiskManageController {
* @return 返回结果 * @return 返回结果
*/ */
@PostMapping({"/findApplyRegulation"}) @PostMapping({"/findApplyRegulation"})
@OperationLogDetail(businessModule = EbtpLogBusinessModule.OTHER,operationType = EbtpLogType.INSERT,detail = "风控中心-风险管控规则调用") @OperationLogDetail(businessModule = EbtpLogBusinessModule.OTHER,operationType = EbtpLogType.SELECT,detail = "风控中心-风险管控规则调用")
public BaseResponse<Object> findApplyRegulation(@RequestBody RiskManageRegulationVO riskManageRegulation){ public BaseResponse<Object> findApplyRegulation(@RequestBody RiskManageRegulationVO riskManageRegulation){
return riskManageService.findApplyRegulation(riskManageRegulation); return riskManageService.findApplyRegulation(riskManageRegulation);
} }