Commit 7c4403bb authored by kongfm's avatar kongfm

查询事件记录添加主键

parent e16f7487
......@@ -82,6 +82,8 @@ public class AlertCalledQueryDto {
@ApiModelProperty(value = "条数")
private Integer pageSize;
@ExcelIgnore
@ApiModelProperty(value = "ID")
private Long sequenceNbr;
}
......@@ -178,6 +178,7 @@
<select id="queryAlertListByQueryDto" resultType="java.util.Map">
SELECT
a.sequence_nbr AS sequenceNbr,
a.work_order_number AS workOrderNumber,
a.rec_user_name AS
creator,
......
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