From 314d595d0fda104b3cdf0591102af6ccb09a0769 Mon Sep 17 00:00:00 2001
From: gongzhenkun <1658878546@qq.com>
Date: Mon, 6 Mar 2023 09:18:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
index 81c5c7d..c8a0d8e 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
@@ -158,7 +158,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and tp.sex = #{sex}
and tp.identifier like concat('%', #{identifier}, '%')
- and td.del_flag = '0' and tp.del_flag = '0' and tr.del_flag = '0' and th.del_flag = '0'
+ and td.del_flag = '0' and tp.del_flag = '0' and tr.del_flag = '0'
and DATE_FORMAT(tp.create_time,'%Y-%m') = #{createTime}