Commit c2592fbf authored by KeYong's avatar KeYong

更新代码

parent a3e7c243
...@@ -295,4 +295,7 @@ public class JgTransferNotice extends BaseEntity { ...@@ -295,4 +295,7 @@ public class JgTransferNotice extends BaseEntity {
@TableField(exist = false) @TableField(exist = false)
private String equipCateName; private String equipCateName;
@TableField(value = "handle_date")
private Date handleDate;
} }
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
tjtn.next_execute_ids AS nextExecuteIds, tjtn.next_execute_ids AS nextExecuteIds,
tjtn.instance_status AS instanceStatus, tjtn.instance_status AS instanceStatus,
tjtn.notice_report_url AS noticeReportUrl, tjtn.notice_report_url AS noticeReportUrl,
ec."name" AS equipCateName ec."name" AS equipCateName,
tjtn.handle_date AS handleDate
FROM FROM
tzs_jg_transfer_notice tjtn tzs_jg_transfer_notice tjtn
LEFT JOIN tzs_jg_transfer_notice_eq re ON re.equip_transfer_id = tjtn.sequence_nbr LEFT JOIN tzs_jg_transfer_notice_eq re ON re.equip_transfer_id = tjtn.sequence_nbr
......
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