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