From c9e5b1368cc422b057463381eaed02914e1b7b8b Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 11:45:34 +0800 Subject: [PATCH] fix: 删除无关的依赖包 --- ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml index e4f7649..c73222b 100644 --- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml +++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml @@ -187,7 +187,6 @@ LEFT JOIN ums_image_resources t8 on t8.belong_to_id=t1.id LEFT JOIN ums_video_point t9 on t9.id=t2.video_point_id <where> - t1.state IN (7,8) <if test="queryForViolationParam.eventSource != null"> and t1.event_source=#{queryForViolationParam.eventSource} </if> -- Gitblit v1.8.0