diff --git a/yanzhu-jh/src/main/resources/mapper/video/SurProjectVideoConfigMapper.xml b/yanzhu-jh/src/main/resources/mapper/video/SurProjectVideoConfigMapper.xml index 7ecc13aa..d6a960c8 100644 --- a/yanzhu-jh/src/main/resources/mapper/video/SurProjectVideoConfigMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/video/SurProjectVideoConfigMapper.xml @@ -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 where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!='' and a.project_id = #{projectId} - and p.dept_id = #{deptId} + and p.deptId = #{deptId} and dacp.is_importance = #{importance} and FIND_IN_SET(#{passageType},dacp.passage_type) > 0 @@ -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 where dacp.is_del=0 and dacp.channel_id is NOT NULL and dacp.channel_id!='' and a.project_id = #{projectId} - and p.dept_id = #{deptId} + and p.deptId = #{deptId} and p.deptId = #{projectDeptId}