Przeglądaj źródła

生物防控人员

523096025 1 rok temu
rodzic
commit
c41b005ee5

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

@@ -30,7 +30,7 @@
    isolate_end_date ,
    isolate_end_date as test_location_id  ,bill_status, isolate_day_num,
   4 as `type`
-    FROM  `bill_isolate`) a  where  a.process_id  = #{processId} and admission_user_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>