From 43a4a16b6253d8ded7425e350cddf4f3c4b48487 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Mon, 28 Oct 2024 15:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=A8=E5=9E=92=E5=AE=89=E5=85=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=B0=83=E6=95=B4bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xml/WorkerSafeEducationWorkerMapper.xml | 3 + .../WorkerSafeEducationWorkerServiceImpl.java | 64 ++++++++++++------- 2 files changed, 45 insertions(+), 22 deletions(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml index 356d6a223..47ee8f834 100644 --- a/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/worker/mapper/xml/WorkerSafeEducationWorkerMapper.xml @@ -86,6 +86,9 @@ and w.study_time >= #{param.startTime} + + and w1.video_type = #{param.videoType} +