From 92961b33e531ae3f61ec908252081bfe679d3300 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 04 十一月 2024 15:08:18 +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