Commit ab701ba6 authored by 周昊's avatar 周昊

1、修改app端固有风险添加创建时间字段

parent 0f00aff3
...@@ -39,4 +39,7 @@ public class RiskPlanAppInherentListDto { ...@@ -39,4 +39,7 @@ public class RiskPlanAppInherentListDto {
/** 评估人头像 */ /** 评估人头像 */
private String avatar; private String avatar;
/** 生成时间 */
private Date createTime;
} }
...@@ -78,7 +78,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -78,7 +78,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
lr.`name` AS roomName, lr.`name` AS roomName,
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.create_time AS createTime
FROM FROM
risk_plan_inherent_list rpil risk_plan_inherent_list rpil
LEFT JOIN ledger_room lr ON lr.id = rpil.room_id LEFT JOIN ledger_room lr ON lr.id = rpil.room_id
......
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