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