|
@ -249,7 +249,7 @@ |
|
|
screen_difficulty_data diff |
|
|
screen_difficulty_data diff |
|
|
WHERE |
|
|
WHERE |
|
|
diff.DEL_FLAG = '0' |
|
|
diff.DEL_FLAG = '0' |
|
|
AND diff.ORG_ID = #{agencyId} |
|
|
AND diff.ALL_PARENT_IDS LIKE CONCAT('%',#{agencyId},'%') |
|
|
<if test="status!= null"> |
|
|
<if test="status!= null"> |
|
|
AND diff.EVENT_STATUS_CODE = #{status} |
|
|
AND diff.EVENT_STATUS_CODE = #{status} |
|
|
</if> |
|
|
</if> |
|
|