修改bug

This commit is contained in:
yangjun 2023-05-31 16:19:38 +08:00
parent 29e06f3497
commit 9b59f710b1
2 changed files with 3 additions and 1 deletions

View File

@ -118,9 +118,11 @@
kc_ketangbiao kt,
kc_kkdw dw,
kc_evaluation ev,
kc_assessuser au,
kc_casusers cu
WHERE
kt.kkdw = dw.kkdw
AND au.usercode = ev.upuserid
<if test="startTime != null and startTime != ''">
and skrq &gt;= #{startTime}

View File

@ -50,7 +50,7 @@
SELECT usercode, username, GROUP_CONCAT( assess1 SEPARATOR ',' ) tksf1, GROUP_CONCAT( assess2 SEPARATOR ',' ) tksf2, max( tkyq ) tkyq,assesscode,dwmc
FROM kc_assessuser
<if test="kcTingke.tksf!=null and kcTingke.tksf!=''">
AND assesscode = #{kcTingke.tksf}
assesscode = #{kcTingke.tksf}
</if>
WHERE 1 = 1 GROUP BY usercode, username
) au ON tk.userid = au.usercode