|
@@ -75,25 +75,12 @@
|
|
|
<if test="param.num != null and param.num !='' ">
|
|
|
and s.num like concat ('%',#{param.num},'%')
|
|
|
</if>
|
|
|
- <if test="param.userName != null and param.userName !='' ">
|
|
|
- and u.user_name like concat ('%',#{param.userName},'%')
|
|
|
- </if>
|
|
|
- <if test="param.notUserId != null ">
|
|
|
- and u.id != #{param.notUserId}
|
|
|
- </if>
|
|
|
-
|
|
|
<if test="param.sceneSource != null and param.sceneSource.size >0">
|
|
|
and s.scene_source in
|
|
|
<foreach item="source" collection="param.sceneSource" open="(" separator="," close=")">
|
|
|
#{source}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- <if test="param.threeCamType !=null ">
|
|
|
- and s.three_cam_type = 'yzl'
|
|
|
- </if>
|
|
|
- <if test="param.notThreeCamType !=null ">
|
|
|
- and s.three_cam_type is null
|
|
|
- </if>
|
|
|
|
|
|
<if test="param.userId!=null">
|
|
|
and u.id = #{param.userId}
|
|
@@ -125,12 +112,6 @@
|
|
|
<if test="param.num != null and param.num !='' ">
|
|
|
and s.scene_code like concat ('%',#{param.num},'%')
|
|
|
</if>
|
|
|
- <if test="param.userName != null and param.userName !='' ">
|
|
|
- and s.user_name like concat ('%',#{param.userName},'%')
|
|
|
- </if>
|
|
|
- <if test="param.notUserId != null ">
|
|
|
- and u.id != #{param.notUserId}
|
|
|
- </if>
|
|
|
|
|
|
<if test="param.sceneSource != null and param.sceneSource.size >0">
|
|
|
and s.scene_source in
|