Browse Source

修改bug

dev
liuchuang 6 years ago
parent
commit
937b5e76e6
  1. 2
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/comment/EventCommentDao.xml

2
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/comment/EventCommentDao.xml

@ -72,7 +72,7 @@
t1.USER_NAME, t1.USER_NAME,
t1.LIKE_COUNT, t1.LIKE_COUNT,
t1.UN_LIKE_COUNT, t1.UN_LIKE_COUNT,
SUM(t1.REPLY_COUNT + t1.LIKE_COUNT + t1.UN_LIKE_COUNT) AS attitudeNum (t1.REPLY_COUNT + t1.LIKE_COUNT + t1.UN_LIKE_COUNT) AS attitudeNum
FROM FROM
epdc_event_comment t1 epdc_event_comment t1
<if test='userId != "" and userId != null'> <if test='userId != "" and userId != null'>

Loading…
Cancel
Save