From f234661cfecc41ba7854e836ea48c7da5a0d9c89 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 23 Aug 2023 21:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E9=87=8F=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E8=A1=A8sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KcEvaluationsStatController.java | 2 +- .../mapper/xml/KcEvaluationsStatMapper.xml | 57 ++++++++++++++----- 2 files changed, 44 insertions(+), 15 deletions(-) diff --git a/jeecg-module-main/src/main/java/org/jeecg/modules/kc/kcEvaluationsStat/controller/KcEvaluationsStatController.java b/jeecg-module-main/src/main/java/org/jeecg/modules/kc/kcEvaluationsStat/controller/KcEvaluationsStatController.java index 9ddf0bd7..3f8abdca 100644 --- a/jeecg-module-main/src/main/java/org/jeecg/modules/kc/kcEvaluationsStat/controller/KcEvaluationsStatController.java +++ b/jeecg-module-main/src/main/java/org/jeecg/modules/kc/kcEvaluationsStat/controller/KcEvaluationsStatController.java @@ -158,7 +158,7 @@ public class KcEvaluationsStatController extends JeecgController= XQXN.START_TIME AND KT.SKRQ <= XQXN.END_TIME ORDER BY EVS.QUEID) YBTK - where ybtk.COL00 not in (select col00 from kc_evaluations_stat) + where YBTK.COL00 not in (select col00 from kc_evaluations_stat) \ No newline at end of file