From 89a6fbf105751fc13562b30db8fa8aec04caa35e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期日, 29 九月 2024 11:54:41 +0800
Subject: [PATCH] 车辆考核重复积分bug

---
 ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml
index 9e37712..e8c64e5 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml
@@ -54,7 +54,6 @@
     <select id="getCheckIndexCarList"  resultMap="CheckIndexCarResult">
         select tcic.*,sd.dept_name
         from t_check_index_car tcic left join sys_dept sd on tcic.dept_id = sd.dept_id
-        left join t_check_score tcs on tcic.id = tcs.index_id
         <where>
             <if test="examineTag != null "> and tcic.examine_tag = #{examineTag}</if>
             <if test="day != null "> and  date(tcic.create_time) = #{day}</if>

--
Gitblit v1.8.0