| | |
| | | <if test="query.huiMinType !=null and query.huiMinType != ''"> |
| | | AND thc.huiMinType = #{query.huiMinType} |
| | | </if> |
| | | <if test="query.operatorId !=null and query.operatorId != ''"> |
| | | AND thc.huiMinType = #{query.huiMinType} |
| | | <if test="query.operatorId !=null "> |
| | | AND thc.operatorId = #{query.operatorId} |
| | | </if> |
| | | <if test="query.useId !=null and query.useId != ''"> |
| | | AND FIND_IN_SET(#{query.useId},thc.useIds) |
| | | </if> |
| | | <if test="query.useId !=null and query.useId != ''"> |
| | | AND FIND_IN_SET(#{query.useId},thc.useIds) |
| | | </if> |
| | | |
| | | <if test="query.appUserIds != null and query.appUserIds.size()>0"> |
| | | AND tph.appUserId IN |
| | | <foreach collection="query.appUserIds" item="appUserId" open="(" separator="," close=")"> |