|
|
@@ -50,7 +50,7 @@
|
|
|
<if test="param.cameraId !=null ">
|
|
|
or p.camera_id = #{param.cameraId}
|
|
|
</if>
|
|
|
- <if test="param.cooperationNumList !=null and param.cooperationNumList.size >0">
|
|
|
+ <if test="param.companyId != null and param.cooperationNumList !=null and param.cooperationNumList.size >0">
|
|
|
or p.num in
|
|
|
<foreach collection="param.cooperationNumList" item="sceneNum" open="(" separator="," close=")">
|
|
|
#{sceneNum}
|