Browse Source

修复getToken接口的bug

feature/dangjian finishHeart&tag
yujintao 5 years ago
parent
commit
8302078175
  1. 8
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

8
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/UserDao.xml

@ -469,7 +469,7 @@
from epdc_user_grid_relation r
where r.USER_ID=eu.ID
and r.DEL_FLAG='0'
order by r.CREATED_TIME desc
order by r.SWITCHED_TIME desc
limit 1
)as gridId,
(
@ -477,7 +477,7 @@
from epdc_user_grid_relation r
where r.USER_ID=eu.ID
and r.DEL_FLAG='0'
order by r.CREATED_TIME desc
order by r.SWITCHED_TIME desc
limit 1
)as grid
FROM
@ -507,7 +507,7 @@
from epdc_user_grid_relation r
where r.USER_ID=eu.ID
and r.DEL_FLAG='0'
order by r.CREATED_TIME desc
order by r.SWITCHED_TIME desc
limit 1
)as gridId,
(
@ -515,7 +515,7 @@
from epdc_user_grid_relation r
where r.USER_ID=eu.ID
and r.DEL_FLAG='0'
order by r.CREATED_TIME desc
order by r.SWITCHED_TIME desc
limit 1
)as grid
FROM

Loading…
Cancel
Save