|
|
|
|
@ -258,10 +258,10 @@
|
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.checkStatus != null and param.checkStatus != ''"> |
|
|
|
|
AND cc.check_status = #{param.checkStatus} |
|
|
|
|
AND n.check_status_code = #{param.checkStatus} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.checkStatusList != null and param.checkStatusList.size > 0"> |
|
|
|
|
AND cc.check_status IN |
|
|
|
|
AND n.check_status_code IN |
|
|
|
|
<foreach collection="param.checkStatusList" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
|