|
@@ -580,6 +580,7 @@
|
|
|
<select id="selectAllQwSopInfo" parameterType="QwSop" resultMap="QwSopResult">
|
|
<select id="selectAllQwSopInfo" parameterType="QwSop" resultMap="QwSopResult">
|
|
|
<include refid="selectQwSopVo"/>
|
|
<include refid="selectQwSopVo"/>
|
|
|
<where>
|
|
<where>
|
|
|
|
|
+ status != 6
|
|
|
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
|
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
<if test="type != null "> and type = #{type}</if>
|
|
<if test="type != null "> and type = #{type}</if>
|