提交代码
parent
cab52bcc01
commit
8af61d5b99
|
@ -103,7 +103,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
left join dev_ai_project_config_passage dacp on dacp.video_passage_id = b.id
|
left join dev_ai_project_config_passage dacp on dacp.video_passage_id = b.id
|
||||||
where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!=''
|
where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!=''
|
||||||
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
||||||
<if test="deptId != null "> and p.dept_id = #{deptId}</if>
|
<if test="deptId != null "> and p.deptId = #{deptId}</if>
|
||||||
<if test='importance == "Y" '> and dacp.is_importance = #{importance}</if>
|
<if test='importance == "Y" '> and dacp.is_importance = #{importance}</if>
|
||||||
<if test="passageType != null "> and FIND_IN_SET(#{passageType},dacp.passage_type) > 0</if>
|
<if test="passageType != null "> and FIND_IN_SET(#{passageType},dacp.passage_type) > 0</if>
|
||||||
<!-- 查询条件-项目部门 -->
|
<!-- 查询条件-项目部门 -->
|
||||||
|
@ -126,7 +126,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
left join dev_ai_project_config_passage dacp on dacp.video_passage_id = b.id
|
left join dev_ai_project_config_passage dacp on dacp.video_passage_id = b.id
|
||||||
where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!=''
|
where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!=''
|
||||||
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
||||||
<if test="deptId != null "> and p.dept_id = #{deptId}</if>
|
<if test="deptId != null "> and p.deptId = #{deptId}</if>
|
||||||
<!-- 查询条件-项目部门 -->
|
<!-- 查询条件-项目部门 -->
|
||||||
<if test="projectDeptId != null "> and p.deptId = #{projectDeptId}</if>
|
<if test="projectDeptId != null "> and p.deptId = #{projectDeptId}</if>
|
||||||
<!--子部门数据-->
|
<!--子部门数据-->
|
||||||
|
|
Loading…
Reference in New Issue