Commit 70eaeaec authored by KeYong's avatar KeYong

Merge remote-tracking branch 'origin/dev_upgrade' into dev_upgrade

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