From f8a76bedab9d6f93ee512ae76e8a8eed6c567939 Mon Sep 17 00:00:00 2001
From: TQS <56479841@qq.com>
Date: 星期四, 05 一月 2023 18:44:32 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/MatMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 04a0a12..6ec9eef 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -46,6 +46,7 @@
<result column="store_max" property="storeMax" />
<result column="store_min" property="storeMin" />
<result column="store_max_date" property="storeMaxDate" />
+ <result column="inout_everyday" property="inoutEveryday" />
</resultMap>
<select id="listByPage" resultMap="BaseResultMap">
--
Gitblit v1.9.1