From 5a07bb3f4e4846ac5425b5ec73d4017e2b7c57dd Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 16 四月 2026 12:44:40 +0800
Subject: [PATCH] erp上报完成时间修复
---
src/main/resources/mapper/BasCrnpMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/BasCrnpMapper.xml b/src/main/resources/mapper/BasCrnpMapper.xml
index b9a10bc..36fa2d0 100644
--- a/src/main/resources/mapper/BasCrnpMapper.xml
+++ b/src/main/resources/mapper/BasCrnpMapper.xml
@@ -9,6 +9,8 @@
<result column="out_enable" property="outEnable" />
<result column="crn_sts" property="crnSts" />
<result column="wrk_no" property="wrkNo" />
+ <result column="bay" property="bay" />
+ <result column="level" property="level" />
<result column="crn_err" property="crnErr" />
<result column="frm_locno" property="frmLocno" />
<result column="frm_sta" property="frmSta" />
@@ -25,7 +27,7 @@
<result column="emp_in" property="empIn" />
<result column="tank_qty" property="tankQty" />
<result column="tank_qty1" property="tankQty1" />
-
+ <result column="origin" property="origin" />
</resultMap>
</mapper>
--
Gitblit v1.9.1