935090232@qq.com
2021-04-14 95f9ea7eb339c36cade6c67d0385c49ec2d81477
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>