|
@@ -164,6 +164,24 @@ checkstandard.last_date,
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
+ <if test="periodTypeList!=null and periodTypeList.size>0">
|
|
|
+ and checkstandard.period_type in
|
|
|
+ <foreach collection="periodTypeList" item="item" open="(" separator="," close=")">
|
|
|
+ #{item}
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
+ <if test="sbLevelList!=null and sbLevelList.size>0">
|
|
|
+ and sbInfo.level in
|
|
|
+ <foreach collection="sbLevelList" item="item" open="(" separator="," close=")">
|
|
|
+ #{item}
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
+ <if test="levelList!=null and levelList.size>0">
|
|
|
+ and checkstandard.level in
|
|
|
+ <foreach collection="levelList" item="item" open="(" separator="," close=")">
|
|
|
+ #{item}
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
</where>
|
|
|
Order By
|
|
|
checkstandard.level asc,
|