From ecf4d66d0e45837adfe1bf8e2d34274bcfed60fd Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期二, 17 五月 2022 11:45:22 +0800
Subject: [PATCH] 日志

---
 dao/src/main/resources/mapper/UsrWxPayConfigMapper.xml |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dao/src/main/resources/mapper/UsrWxPayConfigMapper.xml b/dao/src/main/resources/mapper/UsrWxPayConfigMapper.xml
index f565cb3..ff1731b 100644
--- a/dao/src/main/resources/mapper/UsrWxPayConfigMapper.xml
+++ b/dao/src/main/resources/mapper/UsrWxPayConfigMapper.xml
@@ -5,17 +5,19 @@
 <mapper namespace="com.sandu.ximon.dao.mapper.UsrWxPayConfigMapper">
 
     <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.AliConfigEntity">
-            <id property="configId" column="config_id" jdbcType="BIGINT"/>
-            <result property="appid" column="appid" jdbcType="VARCHAR"/>
-            <result property="appappid" column="appappid" jdbcType="VARCHAR"/>
-            <result property="mchId" column="mch_id" jdbcType="VARCHAR"/>
-            <result property="privateKey" column="private_key" jdbcType="VARCHAR"/>
-            <result property="clientId" column="client_id" jdbcType="BIGINT"/>
-            <result property="createUserId" column="create_user_id" jdbcType="BIGINT"/>
+        <id property="configId" column="config_id" jdbcType="BIGINT"/>
+        <result property="appid" column="appid" jdbcType="VARCHAR"/>
+        <result property="appappid" column="appappid" jdbcType="VARCHAR"/>
+        <result property="mchId" column="mch_id" jdbcType="VARCHAR"/>
+        <result property="privateKey" column="private_key" jdbcType="VARCHAR"/>
+        <result property="state" column="state" jdbcType="INTEGER"/>
+        <result property="clientId" column="client_id" jdbcType="BIGINT"/>
+        <result property="createUserId" column="create_user_id" jdbcType="BIGINT"/>
     </resultMap>
 
     <sql id="Base_Column_List">
-        config_id,appid,appappid,
+        config_id
+        ,appid,appappid,
         mch_id,private_key,client_id,
         create_user_id
     </sql>

--
Gitblit v1.9.3