Browse Source

商家端 线上预订 预约信息

qinxuyang 2 weeks ago
parent
commit
c1ee64822b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      alien-entity/src/main/resources/mapper/StoreReservationMapper.xml

+ 1 - 0
alien-entity/src/main/resources/mapper/StoreReservationMapper.xml

@@ -101,6 +101,7 @@
         LEFT JOIN user_reservation_order uro ON ur.id = uro.reservation_id AND uro.delete_flag = 0
         WHERE
             ur.delete_flag = 0
+            AND ur.type = 0
             AND ur.store_id = #{storeId}
         <if test="status != null">
             AND ur.status = #{status}