|
@@ -56,8 +56,10 @@
|
|
|
ur.end_time,
|
|
ur.end_time,
|
|
|
CONCAT(IFNULL(ur.start_time, ''), '-', IFNULL(ur.end_time, '')) AS time_slot,
|
|
CONCAT(IFNULL(ur.start_time, ''), '-', IFNULL(ur.end_time, '')) AS time_slot,
|
|
|
ur.user_id,
|
|
ur.user_id,
|
|
|
- IFNULL(lu.real_name, lu.user_name) AS customer_name,
|
|
|
|
|
- lu.user_phone AS contact_phone,
|
|
|
|
|
|
|
+-- IFNULL(lu.real_name, lu.user_name) AS customer_name,
|
|
|
|
|
+-- lu.user_phone AS contact_phone,
|
|
|
|
|
+ ur.reservation_user_phone AS contact_phone,
|
|
|
|
|
+ ur.reservation_user_name AS customer_name,
|
|
|
ur.remark,
|
|
ur.remark,
|
|
|
IFNULL(ur.reason, '') AS reason,
|
|
IFNULL(ur.reason, '') AS reason,
|
|
|
ur.status,
|
|
ur.status,
|