|
@@ -30,8 +30,7 @@
|
|
isolate_start_date AS check_date ,
|
|
isolate_start_date AS check_date ,
|
|
isolate_location_id AS test_location_id ,
|
|
isolate_location_id AS test_location_id ,
|
|
bill_status,
|
|
bill_status,
|
|
- isolate_end_date , isolate_day_num,
|
|
|
|
- 4 AS `type`
|
|
|
|
|
|
+ isolate_end_date , 4 AS `type` ,isolate_day_num
|
|
FROM `bill_isolate`) a where a.process_id = #{processId} and test_location_id = #{locationId} order by a.check_date desc
|
|
FROM `bill_isolate`) a where a.process_id = #{processId} and test_location_id = #{locationId} order by a.check_date desc
|
|
|
|
|
|
</select>
|
|
</select>
|