Commit e01abc29 by guojuxing

sql修复

parent 11446876
......@@ -329,7 +329,13 @@
<if test="searchType == 2">
<if test="userId != null">
and (send_target_user_id = #{userId}
and
<if test="auditorList != null and auditorList.size() > 0">
(
</if>
send_target_user_id = #{userId}
<if test="auditorList != null and auditorList.size() > 0">
or auditor_id in
<foreach collection="auditorList" index="index" item="item" open="(" separator="," close=")">
......
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