From 4dfe83675fc23f4514b6c3cf44fcc84c7e0b52a8 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Wed, 21 Apr 2021 10:03:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/score_shop' into score_shop --- zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 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 fecc71b..0a9cbab 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml @@ -65,6 +65,7 @@ logistics_status, delivery_time, pick_up_status, + receive_id, shop_id </sql> @@ -87,6 +88,7 @@ #{item.logisticsStatus}, #{item.deliveryTime}, #{item.pickUpStatus}, + #{item.receiveId}, #{item.shopId} </sql> @@ -239,6 +241,9 @@ <if test="record.orderId != null "> order_id = #{record.orderId}, </if> + <if test="record.receiveId != null "> + receive_id = #{record.receiveId}, + </if> <if test="record.userId != null and record.userId != '' "> user_id = #{record.userId}, </if> -- Gitblit v1.9.1