Browse Source

车巡gps优化

linzhiwei 2 years ago
parent
commit
ab535d7f88

+ 1 - 1
snws-gps/snws-gps-boot/src/main/resources/mapper/car/EsSaveInfoMapper.xml

@@ -13,7 +13,7 @@
     </insert>
 
     <select id="getCarGpsInfo" resultType="map">
-        select car_id,meid from TF_CAR_GPSTOCAR cgc,tf_car_gps cg where cgc.gps_id=cg.id and cgc.del_flag = '1' and cg.del_flag = '1'
+        select car_id,meid from TF_CAR_GPSTOCAR cgc,tf_car_gps cg where cgc.gps_id=cg.id and cgc.del_flag = '0' and cg.del_flag = '0'
     </select>
 
     <select id="getCarMaxSpeed" resultType="double">