jyy
2021-06-09 c520c2792c1a937590b1c3acb98f88476d30e56f
zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopDeliveryInfoDao.xml
@@ -241,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>