Commit 57dab4d1 authored by suhuiguang's avatar suhuiguang

1.需求2972开发,联调自测修改

parent 061fa6a8
......@@ -14,6 +14,11 @@ import lombok.NoArgsConstructor;
public class UserPermissionDto {
/**
* 主表id-前端页面跳转时页面写死取rowId,所以冗余返回rowId=uid
*/
private Long rowId;
/**
* 主表id
*/
private Long uid;
......
......@@ -246,6 +246,7 @@
e.use_unit,
u.new_post as post,
u.sequence_nbr as uid,
u.sequence_nbr as "rowId",
concat(e.city, e.district) as fullAddress,
u.rec_date
FROM
......@@ -278,6 +279,7 @@
e.use_unit,
u.new_post as post,
u.sequence_nbr as uid,
u.sequence_nbr as "rowId",
concat(e.city, e.district) as fullAddress,
u.rec_date
FROM
......
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