From 51b05b093fa15dd477981372f67ae7b3b2747733 Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期一, 23 九月 2024 08:49:29 +0800
Subject: [PATCH] change-3

---
 jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml
index 99a5d05..2de6835 100644
--- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml
+++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml
@@ -64,6 +64,9 @@
     <update id="updatePassStationRodCode">
         update product_new_pass_station set rod_code = #{rodCode} where sfc_code = #{sfcCode}
     </update>
+    <update id="updateBoxCodeBySfcCode">
+        update product_new_pass_station set box_code = #{newBoxCode} where sfc_code = #{sfcCode}
+    </update>
     <select id="getPassStation"
             resultMap="ProductNewPassStationResult">
         <include refid="selectProductNewPassStationVo"/>

--
Gitblit v1.9.3