From bf7f18b252078aa07b7df4a2b51a36e320663730 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期四, 18 七月 2024 19:00:46 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/BasCrnpMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasCrnpMapper.xml b/src/main/resources/mapper/BasCrnpMapper.xml
index b9a10bc..e2ac8b4 100644
--- a/src/main/resources/mapper/BasCrnpMapper.xml
+++ b/src/main/resources/mapper/BasCrnpMapper.xml
@@ -8,7 +8,10 @@
<result column="in_enable" property="inEnable" />
<result column="out_enable" property="outEnable" />
<result column="crn_sts" property="crnSts" />
+ <result column="crn_status_one" property="crnStatusOne" />
+ <result column="crn_status_two" property="crnStatusTwo" />
<result column="wrk_no" property="wrkNo" />
+ <result column="wrk_no_two" property="wrkNoTwo" />
<result column="crn_err" property="crnErr" />
<result column="frm_locno" property="frmLocno" />
<result column="frm_sta" property="frmSta" />
--
Gitblit v1.9.1