|
@@ -194,6 +194,9 @@
|
|
<if test="param.status != null">
|
|
<if test="param.status != null">
|
|
and r.status = #{param.status}
|
|
and r.status = #{param.status}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.status != null and param.status ==90">
|
|
|
|
+ and r.status in (90,91)
|
|
|
|
+ </if>
|
|
<if test="param.cameraType != null">
|
|
<if test="param.cameraType != null">
|
|
and r.camera_type = #{param.cameraType}
|
|
and r.camera_type = #{param.cameraType}
|
|
</if>
|
|
</if>
|