From a7f0ee46f5a1b0ec8cf7bd3d0701bde6c09de24f Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期日, 24 十一月 2024 16:33:41 +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 50d9755..f52453f 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