From ae0f47d70a1a4d539bf7cb0d69e0375d91ef3f7c Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 06 六月 2024 13:18:56 +0800
Subject: [PATCH] #入库任务BUG修复
---
src/main/resources/mapper/BasCrnpMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasCrnpMapper.xml b/src/main/resources/mapper/BasCrnpMapper.xml
index b9a10bc..8cf886b 100644
--- a/src/main/resources/mapper/BasCrnpMapper.xml
+++ b/src/main/resources/mapper/BasCrnpMapper.xml
@@ -9,6 +9,7 @@
<result column="out_enable" property="outEnable" />
<result column="crn_sts" property="crnSts" />
<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