Sfoglia il codice sorgente

酷乐秀曲目来源改为内容平台

zouxuan 1 anno fa
parent
commit
41aba7b61e

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/HomeMapper.xml

@@ -10,7 +10,7 @@
 			(select count(1) from teacher_auth_musician_record a
 				left join sys_user u on a.user_id_ = u.id_
 			 	where u.del_flag_ =0 and a.teacher_auth_status_ = 'DOING') as musicianNum,
-        	(sselect count(1) from music_sheet_auth_record where audit_state_ = last_audit_state_ and audit_state_ = 'DOING') as musicNum,
+        	(select count(1) from music_sheet_auth_record where audit_state_ = last_audit_state_ and audit_state_ = 'DOING') as musicNum,
         	(select count(1) from video_lesson_group where audit_status_ = 'DOING') as videoCourseNum,
 			(select count(1) from teacher_style_video a
 				left join sys_user u on a.user_id_ = u.id_