|
|
@@ -74,6 +74,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="roleId != null and roleId != ''">
|
|
|
AND cl.role_id = #{roleId}
|
|
|
</if>
|
|
|
+ <if test="checkFrom != null and checkFrom != ''">
|
|
|
+ AND cl.check_from = #{checkFrom}
|
|
|
+ </if>
|
|
|
<if test="checkStatus != null and checkStatus != ''">
|
|
|
AND cl.check_status in
|
|
|
<foreach collection="checkStatus" item="item" index="index" open="(" close=")" separator=",">
|