Commit c152c761 authored by 陈晓晋's avatar 陈晓晋

返回固定风险级别20230713

parent 742860e8
...@@ -42,4 +42,6 @@ public class RiskPlanAppInherentListDto { ...@@ -42,4 +42,6 @@ public class RiskPlanAppInherentListDto {
/** 生成时间 */ /** 生成时间 */
private Date createTime; private Date createTime;
/** 风险级别*/
private String level;
} }
...@@ -81,6 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -81,6 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
su.user_id AS userId, su.user_id AS userId,
su.nick_name AS userName, su.nick_name AS userName,
su.avatar, su.avatar,
rpil.level,
rpil.create_time AS createTime rpil.create_time AS createTime
FROM FROM
risk_plan_inherent_list rpil risk_plan_inherent_list rpil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment