@@ -66,6 +66,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="status == 2 ">
and (sk.status=2 OR sk.status=3)
</if>
+ <if test="status == 4">
+ and sk.status= #{status}
+ </if>
<if test="userId != null">
and cjc.user_id = #{userId}