Commit 077d34a9 authored by chenzhao's avatar chenzhao

增加列表显示字段

parent 7cb0a5e3
...@@ -31,4 +31,8 @@ public class EmergencyTaskContent extends BasicEntity { ...@@ -31,4 +31,8 @@ public class EmergencyTaskContent extends BasicEntity {
@Column(name = "obligation_id") @Column(name = "obligation_id")
private Long obligationId; private Long obligationId;
//人员名称
@Column(name = "obligation_name")
private String obligationName;
} }
\ No newline at end of file
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
SELECT SELECT
id, id,
content, content,
code code,
obligation_name as obligationName
FROM FROM
c_emergency_task_content c_emergency_task_content
<where> <where>
......
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