xiaoyong931011
2021-04-22 c61d0e0e267c4e40c7ba3f7351c65895a52150aa
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},