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 (