From 050a6e05bf85df074d24e9f5e06cc0d618019ccc Mon Sep 17 00:00:00 2001
From: jyy <jyy>
Date: Wed, 09 Jun 2021 21:02:29 +0800
Subject: [PATCH] Merge branch 'score_shop' into api_score_meger
---
zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml
index 68a6c21..0a9cbab 100644
--- a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml
+++ b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml
@@ -241,8 +241,8 @@
<if test="record.orderId != null ">
order_id = #{record.orderId},
</if>
- <if test="record.receive_id != null ">
- receive_id = #{record.receive_id},
+ <if test="record.receiveId != null ">
+ receive_id = #{record.receiveId},
</if>
<if test="record.userId != null and record.userId != '' ">
user_id = #{record.userId},
--
Gitblit v1.9.1