|
@@ -622,6 +622,9 @@
|
|
|
<if test="deptId != null and deptId != ''">
|
|
|
AND b.map_dept_id = #{deptId}
|
|
|
</if>
|
|
|
+ <if test="cameraUse != null and cameraUse != ''">
|
|
|
+ AND a.camera_use= #{cameraUse}
|
|
|
+ </if>
|
|
|
GROUP BY
|
|
|
a.camera_radius
|
|
|
order by CAST(a.camera_radius AS UNSIGNED) DESC
|