Merge remote-tracking branch '备份/dev' into docker_package
This commit is contained in:
commit
37d511742c
|
@ -198,7 +198,10 @@
|
|||
<if test = "map.checkStatus != null and map.checkStatus != ''">
|
||||
AND tcc.check_status IN (${map.checkStatus})
|
||||
</if>
|
||||
|
||||
AND tcc.gps_x != ''
|
||||
AND tcc.gps_y != ''
|
||||
AND tcc.gps_x IS NOT NULL
|
||||
AND tcc.gps_y IS NOT NULL
|
||||
<if test = "map.cameraName != null and map.cameraName != ''">
|
||||
AND tcc.channel_name LIKE CONCAT('%',#{map.cameraName},'%')
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue