From bb3707467e21e4a4d77808cedc2f72b481ec9224 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Wed, 5 Aug 2020 21:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A3=80=E6=9F=A5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/check/check-mapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/mybatis/mapper/check/check-mapper.xml b/src/main/resources/mybatis/mapper/check/check-mapper.xml index 9bf1904..6ca082d 100644 --- a/src/main/resources/mybatis/mapper/check/check-mapper.xml +++ b/src/main/resources/mybatis/mapper/check/check-mapper.xml @@ -401,6 +401,10 @@ gen_check WHERE is_delete = 0 + + AND + check_type = #{checkType} + AND LEFT(gmt_create, 4) = #{year}