Browse Source

修改社群模块调试问题

dev
liuchuang 6 years ago
parent
commit
6f63db7946
  1. 2
      esua-epdc/epdc-module/epdc-group/epdc-group-server/src/main/resources/mapper/topic/TopicDao.xml

2
esua-epdc/epdc-module/epdc-group/epdc-group-server/src/main/resources/mapper/topic/TopicDao.xml

@ -167,7 +167,7 @@
WHERE WHERE
t1.DEL_FLAG = '0' t1.DEL_FLAG = '0'
<if test="userId != null and userId.trim() != ''"> <if test="userId != null and userId.trim() != ''">
and t1.userId = #{userId} and t1.USER_ID = #{userId}
</if> </if>
<if test="userId == null or userId.trim() == ''"> <if test="userId == null or userId.trim() == ''">
AND t1.STATE <![CDATA[ <> ]]> 20 AND t1.STATE <![CDATA[ <> ]]> 20

Loading…
Cancel
Save