|
|
- SELECT id,admission_user_name AS 'userName', bill_status, isolate_location, isolate_start_date AS 'startTime', isolate_end_date AS 'endTime', NULL AS check_date, NULL AS test_location, NULL AS vistit_type, NULL AS dest_name, NULL AS vistit_date,3 AS 'type'
|
|
|
+ SELECT id,admission_user_name AS 'userName', bill_status, isolate_location, isolate_start_date AS check_date, isolate_start_date AS 'startTime', isolate_end_date AS 'endTime', NULL AS test_location, NULL AS vistit_type, NULL AS dest_name, NULL AS vistit_date,3 AS 'type'
|