|
@@ -326,7 +326,7 @@
|
|
|
<if test="userId != null ">and s.user_id = #{userId}</if>
|
|
|
<if test="type != null and type != ''">and s.type = #{type}</if>
|
|
|
<if test="progress != null and progress != ''">and find_in_set(s.progress , #{progress})</if>
|
|
|
- <if test="xmStatus != null and xmStatus != ''">and xm_status = #{xmStatus})</if>
|
|
|
+ <if test="xmStatus != null and xmStatus != ''">and s.xm_status = #{xmStatus})</if>
|
|
|
<if test="isDel != null and isDel != ''">and s.is_del = #{isDel}</if>
|
|
|
<if test="cjdId != null ">and s.cjd_id = #{cjdId}</if>
|
|
|
<if test="cjdName != null and cjdName != ''">and s.cjd_name like concat('%', #{cjdName}, '%')</if>
|