风控中心加风控对象属性
This commit is contained in:
@ -61,7 +61,7 @@ public class RiskManageController {
|
||||
* @return 返回结果
|
||||
*/
|
||||
@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){
|
||||
return riskManageService.findApplyRegulation(riskManageRegulation);
|
||||
}
|
||||
|
Reference in New Issue
Block a user