From ff62871115f4e3cacb47c1eb3dc39d787a46831f Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 27 五月 2021 09:53:11 +0800
Subject: [PATCH] 优化采购管理细节问题
---
java110-db/src/main/resources/mapper/store/PurchaseApplyDetailServiceDaoImplMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/store/PurchaseApplyDetailServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/PurchaseApplyDetailServiceDaoImplMapper.xml
index c03e0f3..2a281ed 100755
--- a/java110-db/src/main/resources/mapper/store/PurchaseApplyDetailServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/PurchaseApplyDetailServiceDaoImplMapper.xml
@@ -189,6 +189,9 @@
<if test="newBId != null and newBId != ''">
t.b_id = #{newBId},
</if>
+ <if test="rsId != null and rsId != ''">
+ t.rs_id = #{rsId},
+ </if>
<if test="resId !=null and resId != ''">
t.res_id= #{resId},
</if>
--
Gitblit v1.8.0