From 0abb8fc8c901a9aedf70c7c0e5bb86dbd2bd4031 Mon Sep 17 00:00:00 2001
From: TQS <56479841@qq.com>
Date: 星期三, 11 一月 2023 13:45:46 +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