소스 검색

生物防控人员

523096025 1 년 전
부모
커밋
8e820718d7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      huimv-receive/src/main/resources/com/huimv/receive/mapper/BaseProcessMapper.xml

+ 1 - 2
huimv-receive/src/main/resources/com/huimv/receive/mapper/BaseProcessMapper.xml

@@ -30,8 +30,7 @@
    isolate_start_date AS check_date ,
    isolate_location_id AS test_location_id  ,
    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
 
     </select>