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

Merge branch 'xjchen' into 'develop'

返回固定风险级别20230713

See merge request !10
parents 22061bd3 c152c761
......@@ -42,4 +42,6 @@ public class RiskPlanAppInherentListDto {
/** 生成时间 */
private Date createTime;
/** 风险级别*/
private String level;
}
......@@ -81,6 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
su.user_id AS userId,
su.nick_name AS userName,
su.avatar,
rpil.level,
rpil.create_time AS createTime
FROM
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