From f2fc6d9d011e5e8ac9775a6abe9f0b446d3b6f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Mon, 11 Sep 2023 16:31:07 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EB=AC=B8=20=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=EB=82=A0=EC=A7=9C=20=EA=B8=B0=EC=A4=80=20=EC=BB=AC=EB=9F=BC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatisMapper/AffairMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mybatisMapper/AffairMapper.xml b/src/main/resources/mybatisMapper/AffairMapper.xml index a2804cac..2899f6e6 100644 --- a/src/main/resources/mybatisMapper/AffairMapper.xml +++ b/src/main/resources/mybatisMapper/AffairMapper.xml @@ -40,10 +40,10 @@ and c.affair_status = #{affairStatus} - and a.wrt_dt >= #{startDate}::date + and a.report_dt >= #{startDate}::date - and a.wrt_dt <= #{endDate}::date+1 + and a.report_dt <= #{endDate}::date+1 @@ -200,10 +200,10 @@ and wrt_user_nm like '%'||#{userNm}||'%' - and wrt_dt >= #{startDate}::date + and report_dt >= #{startDate}::date - and wrt_dt <= #{endDate}::date+1 + and report_dt <= #{endDate}::date+1 and ab.affair_key in (