|
@@ -631,7 +631,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="searchValue != null ">
|
|
<if test="searchValue != null ">
|
|
|
and (s.name like concat('%', #{searchValue}, '%')
|
|
and (s.name like concat('%', #{searchValue}, '%')
|
|
|
- or u.nick_name like concat('%', #{adminName}, '%'))
|
|
|
|
|
|
|
+ or u.nick_name like concat('%', #{searchValue}, '%'))
|
|
|
</if>
|
|
</if>
|
|
|
<if test="buildId != null ">
|
|
<if test="buildId != null ">
|
|
|
and s.build_id = #{buildId}
|
|
and s.build_id = #{buildId}
|
|
@@ -648,8 +648,8 @@
|
|
|
<if test="level != null">
|
|
<if test="level != null">
|
|
|
and s.level = #{level}
|
|
and s.level = #{level}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="typeId != null">
|
|
|
|
|
- and s.type_id = #{typeId}
|
|
|
|
|
|
|
+ <if test="moldId != null">
|
|
|
|
|
+ and s.mold_id = #{moldId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="adminName != null">
|
|
<if test="adminName != null">
|
|
|
and u.nick_name like concat('%', #{adminName}, '%')
|
|
and u.nick_name like concat('%', #{adminName}, '%')
|