瀏覽代碼

管乐迷需求一大堆

zouxuan 2 年之前
父節點
當前提交
55177c931e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

@@ -2150,7 +2150,7 @@
 		(((ss.no_schedule_num_ > 0 OR ss.sub_course_num_) AND ss.lately_year_course_consumer_ > 0 AND ss.last_visit_status_ IS NULL) OR ss.last_visit_status_ = 'NORMAL')
 		and ss.group_type_ = 'VIP'
 		<if test="organIdList != null and organIdList.size > 0">
-			AND su.organ_id_ IN
+			AND cs.organ_id_ IN
 			<foreach collection="organIdList" open="(" close=")" item="item" separator=",">
 				#{item}
 			</foreach>