Commit 9c9dd836 authored by 高建强's avatar 高建强

item:新增/equip/video/page,bizOrgCode查询条件

parent 2d039c99
......@@ -47,6 +47,9 @@
<if test="video!=null and video.typeCode!=null and video.typeCode!=''">
and wlv.type_code like concat('%',#{video.typeCode},'%')
</if>
<if test="video!=null and video.bizOrgCode!=null and video.bizOrgCode!=''">
and wlv.biz_org_code = #{video.bizOrgCode}
</if>
group by wlv.id
order by wlv.create_date desc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment