From cfcfbf068acf9b9d509a99498346dcbcf101cdf9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 14 十一月 2024 16:37:46 +0800 Subject: [PATCH] 白名单基础增删改查 --- ycl-server/src/main/java/com/ycl/platform/service/impl/CheckScoreServiceImpl.java | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/impl/CheckScoreServiceImpl.java b/ycl-server/src/main/java/com/ycl/platform/service/impl/CheckScoreServiceImpl.java index 82c2ad2..496430d 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/impl/CheckScoreServiceImpl.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/impl/CheckScoreServiceImpl.java @@ -322,9 +322,7 @@ //鏉冮檺鎺у埗 鍙兘鏌ョ湅宸插彂甯� roleControl(checkIndexCar); checkIndexCar.setExamineTag(Short.valueOf(examineTag + "")); - if (examineTag == 0) { - checkIndexCar.setProvinceTag(Boolean.TRUE); - } + checkIndexCars.addAll(indexCarService.selectCheckIndexCarList(checkIndexCar)); } //璁$畻骞冲潎鍊兼斁鍦╡xcel鏈�鍚� @@ -372,9 +370,6 @@ //鏉冮檺鎺у埗 鍙兘鏌ョ湅宸插彂甯� roleControl(checkIndexFace); checkIndexFace.setExamineTag(Short.valueOf(examineTag + "")); - if (examineTag == 0) { - checkIndexFace.setProvinceTag(Boolean.TRUE); - } checkIndexFaces.addAll(indexFaceService.selectCheckIndexFaceList(checkIndexFace)); } //璁$畻骞冲潎鍊兼斁鍦╡xcel鏈�鍚� @@ -421,12 +416,6 @@ //鏉冮檺鎺у埗 鍙兘鏌ョ湅宸插彂甯� roleControl(checkIndexVideo); checkIndexVideo.setExamineTag(Short.valueOf(examineTag + "")); - if (examineTag == 0) { - checkIndexVideo.setProvinceTag(Boolean.TRUE); - }else if(examineTag ==2){ - //鍙湁瑙嗛鏈夊叕瀹夐儴鏁版嵁 - checkIndexVideo.setDeptTag(Boolean.TRUE); - } checkIndexVideos.addAll(indexVideoService.selectCheckIndexVideoList(checkIndexVideo)); } //璁$畻骞冲潎鍊兼斁鍦╡xcel鏈�鍚� -- Gitblit v1.8.0