修改bug

This commit is contained in:
yangjun 2023-04-22 15:22:38 +08:00
parent 08580e013e
commit 741bba9c57
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
FROM kc_tingke tk, kc_ketangbiao kt, kc_casusers cu
WHERE tk.kechengbiaoid = kt.id AND tk.userid = cu.`user` AND tk.tingketime > 1
${ew.customSqlSegment}
GROUP BY tk.userid, tk.username, college
GROUP BY tk.userid, tk.username, college, kt.skrq, kt.kcxz
) tk LEFT JOIN (
SELECT usercode, username, GROUP_CONCAT( assess1 SEPARATOR ',' ) tksf1, GROUP_CONCAT( assess2 SEPARATOR ',' ) tksf2, max( tkyq ) tkyq,assesscode,dwmc
FROM kc_assessuser