|
@@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="images != null and images != ''"> and c.images = #{images}</if>
|
|
<if test="images != null and images != ''"> and c.images = #{images}</if>
|
|
|
<if test="type != null "> and c.type = #{type}</if>
|
|
<if test="type != null "> and c.type = #{type}</if>
|
|
|
<if test="linkId != null "> and c.link_id = #{linkId}</if>
|
|
<if test="linkId != null "> and c.link_id = #{linkId}</if>
|
|
|
- <if test="complaintType != null "> and c.complaint_type = #{complaintType}</if>
|
|
|
|
|
|
|
+ <if test="complaintType != null and queryIdentifier == null"> and c.complaint_type = #{complaintType}</if>
|
|
|
<if test="isHandleStore != null "> and c.is_handle_store = #{isHandleStore}</if>
|
|
<if test="isHandleStore != null "> and c.is_handle_store = #{isHandleStore}</if>
|
|
|
<if test="isHandlePlatform != null "> and c.is_handle_platform = #{isHandlePlatform}</if>
|
|
<if test="isHandlePlatform != null "> and c.is_handle_platform = #{isHandlePlatform}</if>
|
|
|
<if test="isReadUser != null "> and c.is_read_user = #{isReadUser}</if>
|
|
<if test="isReadUser != null "> and c.is_read_user = #{isReadUser}</if>
|