From 20737dfd697d89bbb4eec0e2f96f62f9f61830f8 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期六, 23 九月 2023 00:58:04 +0800
Subject: [PATCH] 修改
---
src/main/resources/mapper/OutParkMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/OutParkMapper.xml b/src/main/resources/mapper/OutParkMapper.xml
index c3a8551..81a4ccf 100644
--- a/src/main/resources/mapper/OutParkMapper.xml
+++ b/src/main/resources/mapper/OutParkMapper.xml
@@ -21,6 +21,10 @@
<result property="status3" column="status3"/>
<result property="time" column="time"/>
<result property="code2" column="code2"/>
+ <result property="txnOrderId" column="txn_order_id"/>
+ <result property="txnOrderTime" column="txn_order_time"/>
+ <result property="respTxnTime" column="resp_txn_time"/>
+ <result property="qrCode" column="qr_code"/>
</resultMap>
<select id="getList" resultType="com.boying.entity.OutPark">
select * from out_park
--
Gitblit v1.9.1