MusicSheetMapper.xml 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  3. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  4. <mapper namespace="com.yonge.cooleshow.biz.dal.dao.MusicSheetDao">
  5. <resultMap id="BaseResultMap" type="com.yonge.cooleshow.biz.dal.entity.MusicSheet">
  6. <id column="id_" jdbcType="BIGINT" property="id"/>
  7. <result column="music_sheet_name_" jdbcType="VARCHAR" property="musicSheetName"/>
  8. <result column="user_id_" jdbcType="BIGINT" property="userId"/>
  9. <result column="composer_" jdbcType="VARCHAR" property="composer"/>
  10. <result column="music_subject_" jdbcType="VARCHAR" property="musicSubject"/>
  11. <result column="audio_type_" jdbcType="VARCHAR" property="audioType"/>
  12. <result column="music_tag_" jdbcType="VARCHAR" property="musicTag"/>
  13. <result column="play_speed_" jdbcType="INTEGER" property="playSpeed"/>
  14. <result column="favorite_count_" jdbcType="INTEGER" property="favoriteCount"/>
  15. <result column="virtual_number_" property="virtualNumber" />
  16. <result column="first_pass_audit_time_" jdbcType="TIMESTAMP" property="firstPassAuditTime"/>
  17. <result column="can_evaluate_" jdbcType="TINYINT" property="canEvaluate"/>
  18. <result column="show_fingering_" jdbcType="TINYINT" property="showFingering"/>
  19. <result column="charge_type_" jdbcType="TINYINT" property="chargeType"/>
  20. <result column="audit_status_" jdbcType="TINYINT" property="auditStatus"/>
  21. <result column="sort_number_" jdbcType="INTEGER" property="sortNumber"/>
  22. <result column="top_flag_" jdbcType="TINYINT" property="topFlag"/>
  23. <result column="hot_flag_" jdbcType="TINYINT" property="hotFlag"/>
  24. <result column="exquisite_flag_" jdbcType="TINYINT" property="exquisiteFlag"/>
  25. <result column="music_price_" jdbcType="DECIMAL" property="musicPrice"/>
  26. <result column="audio_file_url_" jdbcType="VARCHAR" property="audioFileUrl"/>
  27. <result column="xml_file_url_" jdbcType="VARCHAR" property="xmlFileUrl"/>
  28. <result column="has_beat_" jdbcType="TINYINT" property="hasBeat"/>
  29. <result column="create_time_" jdbcType="TIMESTAMP" property="createTime"/>
  30. <result column="create_by_" jdbcType="BIGINT" property="createBy"/>
  31. <result column="update_time_" jdbcType="TIMESTAMP" property="updateTime"/>
  32. <result column="update_by_" jdbcType="BIGINT" property="updateBy"/>
  33. <result column="remark_" jdbcType="VARCHAR" property="remark"/>
  34. <result column="notation_" jdbcType="VARCHAR" property="notation"/>
  35. <result column="accompaniment_type_" jdbcType="VARCHAR" property="accompanimentType"/>
  36. <result column="title_img_" jdbcType="VARCHAR" property="titleImg"/>
  37. <result column="music_img_" jdbcType="VARCHAR" property="musicImg"/>
  38. <result column="first_tone_" jdbcType="VARCHAR" property="firstTone"/>
  39. <result column="fixed_tone_" jdbcType="VARCHAR" property="fixedTone"/>
  40. <result column="music_sheet_type_" jdbcType="VARCHAR" property="musicSheetType"/>
  41. <result column="provider_type_" jdbcType="VARCHAR" property="providerType"/>
  42. <result column="cbs_music_sheet_id_" property="cbsMusicSheetId"/>
  43. <result column="score_type_" property="scoreType"/>
  44. <result column="tenant_sort_number_" property="tenantSortNumber"/>
  45. <result column="tenant_state_" property="tenantState"/>
  46. <result column="tenant_notation_" property="tenantNotation"/>
  47. <result column="tenant_category_id_" property="tenantCategoryId"/>
  48. <result column="tenant_score_type_" property="tenantScoreType"/>
  49. <result column="tenant_del_flag_" property="tenantCategoryId"/>
  50. </resultMap>
  51. <sql id="Base_Column_List">
  52. t.id_ as id ,
  53. t.music_sheet_name_ as musicSheetName,
  54. t.user_id_ as userId,
  55. t.composer_ as composer,
  56. t.music_subject_ as musicSubject,
  57. t.audio_type_ as audioType,
  58. t.music_tag_ as musicTag,
  59. t.play_speed_ as playSpeed,
  60. t.favorite_count_ as favoriteCount,
  61. t.virtual_number_ as virtualNumber,
  62. t.first_pass_audit_time_ as firstPassAuditTime,
  63. t.can_evaluate_ as canEvaluate,
  64. t.show_fingering_ as showFingering,
  65. t.charge_type_ as chargeType,
  66. t.payment_type_ as paymentType,
  67. t.provider_type_ as providerType,
  68. t.state_ as state,
  69. t.sort_number_ as sortNumber,
  70. t.top_flag_ as topFlag,
  71. t.exquisite_flag_ as exquisiteFlag,
  72. t.hot_flag_ as hotFlag,
  73. t.music_price_ as musicPrice,
  74. t.audio_file_url_ as audioFileUrl,
  75. t.xml_file_url_ as xmlFileUrl,
  76. t.has_beat_ as hasBeat,
  77. t.mp3_type_ as mp3Type,
  78. t.ext_config_json_ as extConfigJson,
  79. t.create_time_ as createTime,
  80. t.create_by_ as createBy,
  81. t.update_time_ as updateTime,
  82. t.update_by_ as updateBy,
  83. t.del_flag_ as delFlag,
  84. t.audit_version_ as auditVersion,
  85. t.source_type_ as sourceType,
  86. t.accompaniment_type_ as accompanimentType,
  87. t.remark_ as remark,
  88. t.first_tone_ as firstTone,
  89. t.fixed_tone_ as fixedTone,
  90. t.title_img_ as titleImg,
  91. t.reason_ as reason,
  92. t.music_img_ as musicImg,
  93. t.notation_ as notation,
  94. t.music_json_ as musicJSON,
  95. t.music_svg_ as musicSvg,
  96. t.music_jian_svg_ as musicJianSvg,
  97. t.music_first_svg_ as musicFirstSvg,
  98. t.music_sheet_type_ as musicSheetType,
  99. t.audit_status_ as auditStatus,
  100. t.submit_audit_time_ as submitAuditTime,
  101. t.cbs_music_sheet_id_ as cbsMusicSheetId,
  102. t.score_type_ as scoreType,
  103. t.tenant_sort_number_ as tenantSortNumber,
  104. t.tenant_state_ as tenantState,
  105. t.tenant_notation_ as tenantNotation,
  106. t.tenant_category_id_ as tenantCategoryId,
  107. t.tenant_score_type_ as tenantScoreType,
  108. t.tenant_del_flag_ as tenantDelFlag
  109. </sql>
  110. <insert id="batchInsert">
  111. insert into music_sheet
  112. (cbs_music_sheet_id_,music_tag_,payment_type_,charge_type_,top_flag_,exquisite_flag_,sort_number_,state_,audit_status_
  113. ,music_sheet_name_,music_subject_,music_svg_,composer_,accompaniment_type_,play_speed_,
  114. music_price_,notation_,music_sheet_type_,source_type_,provider_type_,audio_type_,show_fingering_,
  115. can_evaluate_,create_by_,user_id_,score_type_,is_all_subject_
  116. )
  117. values
  118. <foreach collection="vos" item="item" separator=",">
  119. (#{item.musicSheetId},
  120. #{item.musicTagIds},#{item.paymentType},#{item.paymentType},
  121. #{item.topFlag},#{item.exquisiteFlag},#{item.sortNo},0
  122. ,'PASS'
  123. ,#{item.musicSheetUpdate.name},
  124. #{item.musicSheetUpdate.subjectIds},
  125. #{item.musicSheetUpdate.musicSvg},
  126. #{item.musicSheetUpdate.composer},
  127. #{item.musicSheetUpdate.audioType},
  128. #{item.musicSheetUpdate.playSpeed},
  129. #{item.musicSheetUpdate.musicPrice},
  130. #{item.isConvertibleScore},
  131. #{item.musicSheetUpdate.musicSheetType},
  132. CASE WHEN #{item.musicSheetUpdate.sourceType} = 'PLATFORM' THEN 'PLATFORM'
  133. WHEN #{item.musicSheetUpdate.sourceType} = 'PERSON' THEN 'TEACHER'
  134. ELSE 'TENANT' END,
  135. CASE WHEN #{item.availableType} = 'PLATFORM' THEN 'PLATFORM' ELSE 'TENANT' END,
  136. #{item.musicSheetUpdate.playMode},
  137. #{item.musicSheetUpdate.showFingering},
  138. #{item.musicSheetUpdate.canEvaluate},
  139. #{item.musicSheetUpdate.userId},#{item.musicSheetUpdate.userId},
  140. #{item.scoreType},#{item.musicSheetUpdate.isAllSubject}
  141. )
  142. </foreach>
  143. </insert>
  144. <select id="selectPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  145. select <include refid="Base_Column_List"/>
  146. from music_sheet t
  147. left join sys_user su on t.create_by_ = su.id_
  148. <if test="param.sortByAlbumIdDesc != null">
  149. left join tenant_album_music tam on tam.music_sheet_id_ = t.id_ and tam.tenant_album_id_ = #{param.sortByAlbumIdDesc} and tam.del_flag_=0
  150. </if>
  151. <if test="param.auditStatus != null">
  152. left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
  153. </if>
  154. <where>
  155. 1=1
  156. <if test="param.excludeMusicIds != null and param.excludeMusicIds.size() != 0">
  157. and t.id_ not in
  158. <foreach collection="param.excludeMusicIds" separator="," item="item" open="(" close=")">
  159. #{item}
  160. </foreach>
  161. </if>
  162. <if test="param.mustMatchSubjectIds != null and param.mustMatchSubjectIds.size() != 0">
  163. and
  164. <foreach collection="param.mustMatchSubjectIds" separator="and" item="item" open="(" close=")">
  165. find_in_set(#{item},t.music_subject_)
  166. </foreach>
  167. </if>
  168. <include refid="QueryInfo"/>
  169. <if test="param.auditStatus == null">
  170. AND t.cbs_music_sheet_id_ IS NOT NULL
  171. </if>
  172. <if test="param.auditVersion != null ">
  173. and #{param.auditVersion} = t.audit_version_
  174. </if>
  175. <if test="param.notation">
  176. AND t.notation_ = #{param.notation}
  177. </if>
  178. </where>
  179. <if test="param.auditStatus != null">
  180. group by msar.music_sheet_id_
  181. </if>
  182. order by
  183. <if test="param.sortByAlbumIdDesc != null">
  184. if(isnull(tam.id_),0,1),
  185. </if>
  186. <if test="param.myself == null or param.myself == false ">
  187. t.top_flag_ desc,t.sort_number_ desc,
  188. </if>
  189. t.cbs_music_sheet_id_ desc
  190. </select>
  191. <sql id="QueryInfo">
  192. <if test="param.musicSheetType != null">
  193. and t.music_sheet_type_ = #{param.musicSheetType}
  194. </if>
  195. <if test="param.idAndName != null and param.idAndName != ''">
  196. <if test="param.auditStatus != null">
  197. AND ((su.id_ like concat('%',#{param.idAndName} ,'%')
  198. or su.username_ like concat('%',#{param.idAndName},'%')
  199. or su.phone_ like concat('%',#{param.idAndName},'%')) OR
  200. (t.music_sheet_name_ like concat('%',#{param.idAndName},'%') AND msar.last_audit_state_ = 'PASS') OR
  201. (JSON_UNQUOTE(JSON_EXTRACT(music_sheet_json_, '$.name')) LIKE CONCAT('%',#{param.idAndName},'%') AND msar.last_audit_state_ != 'PASS'))
  202. </if>
  203. <if test="param.auditStatus == null">
  204. AND (su.id_ like concat('%',#{param.idAndName} ,'%')
  205. or su.username_ like concat('%',#{param.idAndName},'%')
  206. or su.phone_ like concat('%',#{param.idAndName},'%') OR
  207. t.music_sheet_name_ like concat('%',#{param.idAndName},'%'))
  208. </if>
  209. </if>
  210. <if test="param.search != null and param.search != ''">
  211. and (t.cbs_music_sheet_id_ like concat('%',#{param.search},'%') or
  212. t.music_sheet_name_ like concat('%',#{param.search},'%') or
  213. t.composer_ like concat ('%',#{param.search},'%'))
  214. </if>
  215. <if test="param.providerType != null">
  216. and find_in_set(#{param.providerType},t.provider_type_)
  217. </if>
  218. <if test="param.musicTagIds != null and param.musicTagIds != ''">
  219. and
  220. <foreach collection="param.musicTagIdList" open="(" close=")" separator="or" item="item">
  221. find_in_set(#{item},t.music_tag_)
  222. </foreach>
  223. </if>
  224. <if test="param.subjectIdList != null and param.subjectIdList.size() != 0">
  225. and(
  226. <foreach collection="param.subjectIdList" separator="or" item="item" open="(" close=")">
  227. find_in_set(#{item},t.music_subject_)
  228. </foreach>
  229. or t.music_subject_ is null or t.music_subject_ = '' OR t.is_all_subject_
  230. )
  231. </if>
  232. <if test="param.subjectIds != null and param.subjectIds != ''">
  233. and(find_in_set(#{param.subjectIds},t.music_subject_) or t.music_subject_ is null or t.music_subject_ = '' OR t.is_all_subject_)
  234. </if>
  235. <if test="param.musicSheetIdlist != null and param.musicSheetIdlist.size() != 0">
  236. and t.id_ in
  237. <foreach collection="param.musicSheetIdlist" separator="," item="item" open="(" close=")">
  238. #{item}
  239. </foreach>
  240. </if>
  241. <if test="param.state != null">
  242. <if test="param.providerType != null">
  243. <if test="param.providerType.code == 'TENANT'">
  244. and t.tenant_state_ = #{param.state}
  245. </if>
  246. <if test="param.providerType.code == 'PLATFORM'">
  247. and t.state_ = #{param.state}
  248. </if>
  249. </if>
  250. <if test="param.providerType == null">
  251. and t.state_ = #{param.state}
  252. </if>
  253. </if>
  254. <if test="param.auditStatus != null">
  255. and msar.last_audit_state_ = #{param.auditStatus}
  256. </if>
  257. <if test="param.scoreType != null">
  258. and t.score_type_ = #{param.scoreType}
  259. </if>
  260. <if test="param.createBy != null">
  261. and t.create_by_ = #{param.createBy}
  262. </if>
  263. <if test="param.delFlag != null">
  264. <if test="param.providerType != null">
  265. <if test="param.providerType == 'TENANT'">
  266. and t.tenant_del_flag_ = #{param.delFlag}
  267. </if>
  268. <if test="param.providerType == 'PLATFORM'">
  269. and t.del_flag_ = #{param.delFlag}
  270. </if>
  271. </if>
  272. <if test="param.providerType == null">
  273. and t.del_flag_ = #{param.delFlag}
  274. </if>
  275. </if>
  276. <if test="param.sourceType != null">
  277. and t.source_type_ = #{param.sourceType}
  278. </if>
  279. <if test="param.chargeType != null">
  280. and (FIND_IN_SET(#{param.chargeType}, t.payment_type_))
  281. </if>
  282. <if test="param.topFlag != null">
  283. and t.top_flag_ = #{param.topFlag}
  284. </if>
  285. <if test="param.exquisiteFlag != null">
  286. and t.exquisite_flag_ = #{param.exquisiteFlag}
  287. </if>
  288. <if test="param.accompanimentType != null">
  289. and t.accompaniment_type_ = #{param.accompanimentType}
  290. </if>
  291. <if test="param.audioType != null">
  292. and t.audio_type_ = #{param.audioType}
  293. </if>
  294. </sql>
  295. <select id="selectAlbumDetailPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  296. select distinct <include refid="Base_Column_List"/>
  297. ,su.username_ as addName
  298. ,su.avatar_ as addUserAvatar
  299. ,(select group_concat(mt.name_) from music_tag mt
  300. where find_in_set(mt.id_,t.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  301. ,(select group_concat(s.name_) from subject s
  302. where find_in_set(s.id_,t.music_subject_) and s.del_flag_ = 0 ) as subjectNames
  303. ,amr.sort_number_ as albumSortNumber
  304. from music_sheet t
  305. left join album_music_relate amr on t.id_ = amr.music_sheet_id_
  306. left join sys_user su on t.create_by_ = su.id_
  307. <where>
  308. t.cbs_music_sheet_id_ IS NOT NULL
  309. <if test="param.composer != null">
  310. AND t.composer_ LIKE '%${param.composer}%'
  311. </if>
  312. <if test="param.providerType != null">
  313. and find_in_set(#{param.providerType},t.provider_type_)
  314. </if>
  315. <if test="param.idAndName != null and param.idAndName != ''">
  316. and (t.id_ like concat('%',#{param.idAndName},'%') or
  317. t.music_sheet_name_ like concat('%',#{param.idAndName},'%'))
  318. </if>
  319. <if test="param.search != null and param.search != ''">
  320. and (t.cbs_music_sheet_id_ like concat('%',#{param.search},'%') or
  321. t.music_sheet_name_ like concat('%',#{param.search},'%'))
  322. </if>
  323. <if test="param.chargeType != null">
  324. and t.charge_type_ = #{param.chargeType}
  325. </if>
  326. <if test="param.excludeMusicIds != null and param.excludeMusicIds.size() != 0">
  327. and t.id_ not in
  328. <foreach collection="param.excludeMusicIds" separator="," item="item" open="(" close=")">
  329. #{item}
  330. </foreach>
  331. </if>
  332. <if test="param.musicTagIds != null and param.musicTagIds != ''">
  333. and
  334. <foreach collection="param.musicTagIdList" separator="or" item="item" open="(" close=")" >
  335. find_in_set(#{item},t.music_tag_)
  336. </foreach>
  337. </if>
  338. <if test="param.subjectIdList != null and param.subjectIdList.size() != 0">
  339. and
  340. <foreach collection="param.subjectIdList" separator="or" item="item" open="(" close=")" >
  341. find_in_set(#{item},t.music_subject_)
  342. </foreach>
  343. </if>
  344. <if test="param.musicSheetType != null">
  345. and t.music_sheet_type_ = #{param.musicSheetType}
  346. </if>
  347. <if test="param.state != null">
  348. and t.state_ = #{param.state}
  349. </if>
  350. <if test="param.delFlag != null">
  351. and t.del_flag_ = #{param.delFlag}
  352. </if>
  353. <if test="param.sourceType != null">
  354. AND t.source_type_ = #{param.sourceType}
  355. </if>
  356. <if test="param.chargeType != null">
  357. AND (t.payment_type_ = 'FREE' OR FIND_IN_SET(#{param.chargeType}, t.payment_type_))
  358. </if>
  359. <if test="param.paymentTypes != null">
  360. AND t.payment_type_ IN (<foreach collection="param.paymentTypes" separator="," item="item">#{item}</foreach>)
  361. </if>
  362. <if test="param.id != null">
  363. <if test="param.type == 2">
  364. and amr.album_id_ = #{param.id}
  365. order by amr.sort_number_ desc, t.id_ desc
  366. </if>
  367. <if test="param.type == 1">
  368. and t.id_ not in(select amr2.music_sheet_id_ from album_music_relate amr2
  369. where amr2.album_id_ = #{param.id})
  370. order by t.id_ desc
  371. </if>
  372. </if>
  373. </where>
  374. </select>
  375. <select id="detail" resultMap="DetailResultMap">
  376. SELECT
  377. <include refid="Base_Column_List"/>
  378. ,t.url_ as url
  379. ,t.midi_url_ as midiUrl
  380. ,t.metronome_url_ as metronomeUrl
  381. ,msa.id_ as accompanimentId
  382. ,msa.music_sheet_id_ as accompanimentMusicSheetId
  383. ,msa.audio_file_url_ as accompanimentAudioFileUrl
  384. ,msa.sort_number_ as accompanimentSortNumber
  385. ,msa.create_time_ as accompanimentCreateTime
  386. ,msa.track_ as track
  387. ,msa.musical_instrument_id_ as musicalInstrumentId
  388. ,su.username_ as userName
  389. ,su.avatar_ as userAvatar
  390. ,(
  391. select group_concat(mt.name_) from music_tag mt
  392. where find_in_set(mt.id_,t.music_tag_)
  393. and mt.del_flag_ = 0 and mt.state_ = 1
  394. ) as musicTagNames
  395. ,s2.name_ as subjectNames
  396. ,s2.code_ as code
  397. ,su.real_name_ as realName
  398. ,s2.ai_default_frequency_ as aiDefaultFrequency
  399. FROM music_sheet t
  400. left join music_sheet_accompaniment msa on msa.music_sheet_id_ = t.id_
  401. left join sys_user su on t.create_by_ = su.id_
  402. left join subject s2 on t.music_subject_ = s2.id_
  403. where t.id_ = #{id} AND t.cbs_music_sheet_id_ IS NOT NULL
  404. order by msa.sort_number_
  405. </select>
  406. <resultMap id="DetailResultMap" type="com.yonge.cooleshow.biz.dal.vo.MusicSheetDetailVo">
  407. <id column="id" jdbcType="BIGINT" property="id"/>
  408. <result column="musicSheetName" jdbcType="VARCHAR" property="musicSheetName"/>
  409. <result column="userId" jdbcType="BIGINT" property="userId"/>
  410. <result column="cbsMusicSheetId" jdbcType="BIGINT" property="cbsMusicSheetId"/>
  411. <result column="composer" jdbcType="VARCHAR" property="composer"/>
  412. <result column="titleImg" jdbcType="VARCHAR" property="titleImg"/>
  413. <result column="musicSubject" jdbcType="VARCHAR" property="musicSubject"/>
  414. <result column="audioType" jdbcType="VARCHAR" property="audioType"/>
  415. <result column="providerType" jdbcType="VARCHAR" property="providerType"/>
  416. <result column="musicTag" jdbcType="VARCHAR" property="musicTag"/>
  417. <result column="playSpeed" jdbcType="INTEGER" property="playSpeed"/>
  418. <result column="canEvaluate" jdbcType="TINYINT" property="canEvaluate"/>
  419. <result column="showFingering" jdbcType="TINYINT" property="showFingering"/>
  420. <result column="chargeType" jdbcType="TINYINT" property="chargeType"/>
  421. <result column="auditStatus" property="auditStatus"/>
  422. <result column="state" jdbcType="TINYINT" property="state"/>
  423. <result column="sortNumber" jdbcType="INTEGER" property="sortNumber"/>
  424. <result column="topFlag" jdbcType="TINYINT" property="topFlag"/>
  425. <result column="hotFlag" jdbcType="TINYINT" property="hotFlag"/>
  426. <result column="musicPrice" jdbcType="DECIMAL" property="musicPrice"/>
  427. <result column="audioFileUrl" jdbcType="VARCHAR" property="audioFileUrl"/>
  428. <result column="musicTagNames" jdbcType="VARCHAR" property="musicTagNames"/>
  429. <result column="subjectNames" jdbcType="VARCHAR" property="subjectNames"/>
  430. <result column="xmlFileUrl" jdbcType="VARCHAR" property="xmlFileUrl"/>
  431. <result column="hasBeat" jdbcType="TINYINT" property="hasBeat"/>
  432. <result column="createTime" jdbcType="TIMESTAMP" property="createTime"/>
  433. <result column="createBy" jdbcType="BIGINT" property="createBy"/>
  434. <result column="updateTime" jdbcType="TIMESTAMP" property="updateTime"/>
  435. <result column="updateBy" jdbcType="BIGINT" property="updateBy"/>
  436. <result column="delFlag" jdbcType="BOOLEAN" property="delFlag"/>
  437. <result column="url" jdbcType="BOOLEAN" property="url"/>
  438. <result column="metronomeUrl" jdbcType="BOOLEAN" property="metronomeUrl"/>
  439. <result column="midiUrl" jdbcType="BOOLEAN" property="midiUrl"/>
  440. <result column="mp3Type" jdbcType="VARCHAR" property="mp3Type"/>
  441. <result column="remark" jdbcType="VARCHAR" property="remark"/>
  442. <result column="userName" jdbcType="VARCHAR" property="userName"/>
  443. <result column="auditVersion" jdbcType="VARCHAR" property="auditVersion"/>
  444. <result column="code" jdbcType="VARCHAR" property="code"/>
  445. <result column="reason" jdbcType="VARCHAR" property="reason"/>
  446. <result column="accompanimentType" jdbcType="VARCHAR" property="accompanimentType"/>
  447. <result column="notation" jdbcType="VARCHAR" property="notation"/>
  448. <result column="musicImg" jdbcType="VARCHAR" property="musicImg"/>
  449. <result column="favoriteCount" jdbcType="VARCHAR" property="favoriteCount"/>
  450. <result column="firstPassAuditTime" jdbcType="VARCHAR" property="firstPassAuditTime"/>
  451. <result column="realName" jdbcType="VARCHAR" property="realName"/>
  452. <result column="auditTime" jdbcType="VARCHAR" property="auditTime"/>
  453. <result column="auditName" jdbcType="VARCHAR" property="auditName"/>
  454. <result column="auditReason" jdbcType="VARCHAR" property="auditReason"/>
  455. <result column="aiDefaultFrequency" jdbcType="VARCHAR" property="aiDefaultFrequency"/>
  456. <result column="musicJSON" jdbcType="VARCHAR" property="musicJSON"/>
  457. <result column="musicSvg" jdbcType="VARCHAR" property="musicSvg"/>
  458. <result column="musicJianSvg" jdbcType="VARCHAR" property="musicJianSvg"/>
  459. <result column="musicFirstSvg" jdbcType="VARCHAR" property="musicFirstSvg"/>
  460. <result column="musicSheetType" jdbcType="VARCHAR" property="musicSheetType"/>
  461. <result column="musicSheetJson" jdbcType="VARCHAR" property="musicSheetJson"/>
  462. <result column="tenantSortNumber" jdbcType="VARCHAR" property="tenantSortNumber"/>
  463. <result column="tenantState" jdbcType="VARCHAR" property="tenantState"/>
  464. <result column="tenantNotation" jdbcType="VARCHAR" property="tenantNotation"/>
  465. <result column="tenantCategoryId" jdbcType="VARCHAR" property="tenantCategoryId"/>
  466. <result column="tenantScoreType" jdbcType="VARCHAR" property="tenantScoreType"/>
  467. <result column="tenantDelFlag" jdbcType="VARCHAR" property="tenantDelFlag"/>
  468. <collection property="background" ofType="com.yonge.cooleshow.biz.dal.entity.MusicSheetAccompaniment">
  469. <id column="accompanimentId" jdbcType="BIGINT" property="id"/>
  470. <result column="accompanimentMusicSheetId" jdbcType="BIGINT" property="musicSheetId"/>
  471. <result column="accompanimentMusicSubject" jdbcType="VARCHAR" property="musicSubjectId"/>
  472. <result column="accompanimentAudioFileUrl" jdbcType="VARCHAR" property="audioFileUrl"/>
  473. <result column="accompanimentSortNumber" jdbcType="TINYINT" property="sortNumber"/>
  474. <result column="accompanimentCreateTime" jdbcType="TIMESTAMP" property="createTime"/>
  475. <result column="accompanimentMetronomeUrl" jdbcType="VARCHAR" property="metronomeUrl"/>
  476. <result column="track" jdbcType="VARCHAR" property="track"/>
  477. <result column="musicalInstrumentId" jdbcType="VARCHAR" property="musicalInstrumentId"/>
  478. </collection>
  479. </resultMap>
  480. <select id="selectStudentMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  481. select <include refid="Base_Column_List"/>
  482. ,su.username_ as addName
  483. ,su.avatar_ as addUserAvatar
  484. from music_sheet t
  485. left join sys_user su on t.create_by_ = su.id_
  486. <if test="param.auditStatus != null">
  487. left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
  488. </if>
  489. <where>
  490. 1=1
  491. <include refid="QueryInfo"/>
  492. <if test="param.auditVersion != null ">
  493. and #{param.auditVersion} = t.audit_version_
  494. </if>
  495. </where>
  496. <if test="param.auditStatus != null">
  497. group by msar.music_sheet_id_
  498. </if>
  499. order by
  500. <choose>
  501. <when test="param.musicSortType != null and param.musicSortType.code == 'TOP'">
  502. t.top_flag_ desc, t.sort_number_ desc,
  503. </when>
  504. <when test="param.musicSortType != null and param.musicSortType.code == 'HOT'">
  505. t.favorite_count_ desc,
  506. </when>
  507. <when test="param.musicSortType != null and param.musicSortType.code == 'NEW'">
  508. t.first_pass_audit_time_ desc,
  509. </when>
  510. <otherwise>
  511. <if test="param.myself == null or param.myself == false ">
  512. t.top_flag_ desc, t.sort_number_ desc, t.favorite_count_ desc,
  513. </if>
  514. </otherwise>
  515. </choose>
  516. t.id_ desc
  517. </select>
  518. <select id="selectMyMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  519. select distinct <include refid="Base_Column_List"/>
  520. ,su.username_ as addName
  521. ,su.avatar_ as addUserAvatar
  522. ,(select group_concat(mt.name_) from music_tag mt
  523. where find_in_set(mt.id_,t.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  524. ,(select group_concat(s.name_) from subject s
  525. where find_in_set(s.id_,t.music_subject_) and s.del_flag_ = 0 ) as subjectNames
  526. ,if(mf.id_ is not null,1,0) as favorite
  527. from music_sheet t
  528. left join sys_user su on t.create_by_ = su.id_
  529. left join music_sheet_purchase_record mspr on mspr.music_sheet_id_ = t.id_
  530. left join music_favorite mf on t.id_ = mf.music_sheet_id_ and mspr.student_id_ = mf.user_id_
  531. <if test="param.auditStatus != null">
  532. left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
  533. </if>
  534. <where>
  535. 1=1
  536. <include refid="QueryInfo"/>
  537. <if test="param.studentId != null">
  538. and mspr.student_id_ = #{param.studentId}
  539. and mspr.order_status_ = 'PAID'
  540. </if>
  541. <if test="param.userType != null">
  542. and mspr.client_type_ = #{param.userType}
  543. </if>
  544. <if test="param.purchaseType != null">
  545. AND mspr.purchase_type_ = #{param.purchaseType}
  546. </if>
  547. <if test="param.courseGift != null">
  548. AND mspr.course_music_album_id_ <choose><when test="param.courseGift == 0"> = </when><otherwise> > </otherwise> </choose> 0
  549. </if>
  550. </where>
  551. <if test="param.auditStatus != null">
  552. group by msar.music_sheet_id_
  553. </if>
  554. order by mspr.id_ desc
  555. </select>
  556. <select id="selectFavoriteMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  557. select <include refid="Base_Column_List"/>
  558. ,su.username_ as addName
  559. ,su.avatar_ as addUserAvatar
  560. ,(select group_concat(mt.name_) from music_tag mt
  561. where find_in_set(mt.id_,t.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  562. ,(select group_concat(s.name_) from subject s
  563. where find_in_set(s.id_,t.music_subject_) and s.del_flag_ = 0 ) as subjectNames
  564. ,if(mf.id_ is not null,1,0) as favorite
  565. from music_sheet t
  566. left join sys_user su on t.create_by_ = su.id_
  567. left join music_favorite mf on t.id_ = mf.music_sheet_id_
  568. <if test="param.auditStatus != null">
  569. left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
  570. </if>
  571. <where>
  572. 1=1
  573. <include refid="QueryInfo"/>
  574. <if test="clientType != null">
  575. AND mf.client_type_ = #{clientType}
  576. </if>
  577. <if test="param.studentId != null">
  578. and mf.user_id_ = #{param.studentId}
  579. </if>
  580. </where>
  581. <if test="param.auditStatus != null">
  582. group by msar.music_sheet_id_
  583. </if>
  584. order by mf.id_ desc
  585. </select>
  586. <select id="selectPracticeMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  587. select <include refid="Base_Column_List"/>
  588. ,su.username_ as addName
  589. ,su.avatar_ as addUserAvatar
  590. ,(select group_concat(mt.name_) from music_tag mt
  591. where find_in_set(mt.id_,t.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  592. ,(select group_concat(s.name_) from subject s where find_in_set(s.id_,t.music_subject_) ) as subjectNames
  593. ,if(mf.id_ is not null,1,0) as favorite
  594. from sys_music_compare_record mspr
  595. left join music_sheet t on mspr.music_sheet_id_ = t.id_
  596. <if test="param.auditStatus != null">
  597. left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
  598. </if>
  599. left join sys_user su on t.create_by_ = su.id_
  600. left join music_favorite mf on (t.id_ = mf.music_sheet_id_ and mspr.user_id_ = mf.user_id_ <if test="param.clientType != null"> AND mf.client_type_ = #{param.clientType}</if> )
  601. <where>
  602. 1=1
  603. <include refid="QueryInfo"/>
  604. <if test="practiceMusicIdList != null and practiceMusicIdList.size() != 0">
  605. and mspr.id_ in
  606. <foreach collection="practiceMusicIdList" item="item" open="(" close=")" separator=",">
  607. #{item}
  608. </foreach>
  609. </if>
  610. </where>
  611. <if test="param.auditStatus != null">
  612. group by msar.music_sheet_id_
  613. </if>
  614. <if test="practiceMusicIdList != null and practiceMusicIdList.size() != 0">
  615. order by field(mspr.id_,
  616. <foreach collection="practiceMusicIdList" item="item" separator=",">
  617. #{item}
  618. </foreach>
  619. </if>
  620. )
  621. </select>
  622. <select id="selectStudentOrderPage" resultType="com.yonge.cooleshow.biz.dal.vo.StudentMusicSheetOrderVo">
  623. select distinct mspr.music_sheet_id_ as musicSheetId
  624. ,ms.music_sheet_name_ as musicSheetName
  625. ,ms.composer_ as composer
  626. ,ms.title_img_ as titleImg
  627. ,ms.music_tag_ as musicTag
  628. ,(select group_concat(mt.name_) from music_tag mt
  629. where find_in_set(mt.id_,ms.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  630. ,mspr.purchase_price_ as purchasePrice
  631. ,mspr.order_no_ as orderNo
  632. ,mspr.purchase_time_ as purchaseTime
  633. from music_sheet_purchase_record mspr
  634. left join music_sheet ms on mspr.music_sheet_id_ = ms.id_
  635. <where>
  636. mspr.order_status_ = 'PAID' and mspr.purchase_type_ = 'MUSIC'
  637. <if test="param.idAndName != null and param.idAndName != ''">
  638. and (ms.id_ like concat('%',#{param.idAndName} ,'%')
  639. or ms.music_sheet_name_ like concat('%',#{param.idAndName},'%'))
  640. </if>
  641. <if test="param.studentId != null">
  642. and mspr.student_id_ = #{param.studentId}
  643. </if>
  644. <if test="param.orderNo != null and param.orderNo != ''">
  645. and mspr.order_no_ = #{param.orderNo}
  646. </if>
  647. <if test="param.musicTagList != null and param.musicTagList.size() != 0">
  648. and
  649. <foreach collection="param.musicTagList" separator="or" item="item" open="(" close=")" >
  650. find_in_set(#{item},ms.music_tag_)
  651. </foreach>
  652. </if>
  653. <if test="param.startTime != null">
  654. and mspr.purchase_time_ &gt; #{param.startTime}
  655. </if>
  656. <if test="param.endTime != null">
  657. and mspr.purchase_time_ &lt; #{param.endTime}
  658. </if>
  659. </where>
  660. order by mspr.id_ desc
  661. </select>
  662. <select id="selectTeacherPage" resultType="com.yonge.cooleshow.biz.dal.vo.TeacherMusicSheetVo">
  663. select ms.id_ as musicSheetId
  664. ,ms.music_sheet_name_ as musicSheetName
  665. ,ms.composer_ as composer
  666. ,ms.title_img_ as titleImg
  667. ,ms.accompaniment_type_ as accompanimentType
  668. ,ms.music_tag_ as musicTag
  669. ,(select group_concat(mt.name_) from music_tag mt
  670. where find_in_set(mt.id_,ms.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  671. ,ms.play_speed_ as playSpeed
  672. ,ms.music_price_ as musicPrice
  673. ,ms.create_time_ as createTime
  674. ,ms.audit_status_ as auditStatus
  675. ,su.username_ as auditName
  676. from music_sheet ms
  677. left join music_sheet_auth_record msar on ms.id_ = msar.music_sheet_id_
  678. left join sys_user su on msar.verify_user_id_ = su.id_
  679. <where>
  680. <if test="param.idAndName != null and param.idAndName != ''">
  681. and (ms.id_ like concat('%',#{param.idAndName} ,'%')
  682. or ms.music_sheet_name_ like concat('%',#{param.idAndName},'%')
  683. or ms.composer_ like concat('%',#{param.idAndName},'%'))
  684. </if>
  685. <if test="param.teacherId != null">
  686. and ms.create_by_ = #{param.teacherId} and ms.source_type_ = 'TEACHER'
  687. </if>
  688. <if test="param.startTime != null">
  689. and ms.create_time_ &gt; #{param.startTime}
  690. </if>
  691. <if test="param.endTime != null">
  692. and ms.create_time_ &lt; #{param.endTime}
  693. </if>
  694. <if test="param.delFlag != null">
  695. and ms.del_flag_ = #{param.delFlag}
  696. </if>
  697. </where>
  698. order by ms.id_ desc
  699. </select>
  700. <select id="selectAuditPage" resultType="com.yonge.cooleshow.biz.dal.vo.TeacherMusicSheetVo">
  701. select
  702. msar.id_ as authMusicSheetId,
  703. ms.create_by_ as teacherId
  704. ,ms.exquisite_flag_ as exquisiteFlag
  705. ,ms.title_img_ as titleImg
  706. ,ms.accompaniment_type_ as accompanimentType
  707. ,su.username_ as username
  708. ,su.real_name_ as realName
  709. ,su.phone_ as phone
  710. ,ms.id_ as musicSheetId
  711. ,ms.music_sheet_name_ as musicSheetName
  712. ,ms.composer_ as composer
  713. ,ms.music_tag_ as musicTag
  714. ,(select group_concat(mt.name_) from music_tag mt
  715. where find_in_set(mt.id_,ms.music_tag_) and mt.del_flag_ = 0 and mt.state_ = 1) as musicTagNames
  716. ,ms.play_speed_ as playSpeed
  717. ,ms.music_price_ as musicPrice
  718. ,ms.update_time_ as createTime
  719. ,if(msar.audit_state_ is null,ms.audit_status_,msar.audit_state_) as auditStatus
  720. ,su2.username_ as auditName
  721. ,msar.first_auth_ as firstAuth
  722. from music_sheet_auth_record msar
  723. left join music_sheet ms on ms.id_ = msar.music_sheet_id_
  724. left join sys_user su on su.id_ = ms.create_by_
  725. left join sys_user su2 on msar.verify_user_id_ = su2.id_
  726. <where>ms.source_type_ = 'TEACHER'
  727. <if test="param.idAndName != null and param.idAndName != ''">
  728. and (su.id_ like concat('%',#{param.idAndName} ,'%')
  729. or su.username_ like concat('%',#{param.idAndName},'%')
  730. or ms.music_sheet_name_ like concat('%',#{param.idAndName},'%')
  731. or su.phone_ like concat('%',#{param.idAndName},'%'))
  732. </if>
  733. <if test="param.auditName != null and param.auditName != ''">
  734. and su2.username_ like concat('%',#{param.auditName},'%')
  735. </if>
  736. <if test="param.authStatus != null">
  737. and msar.audit_state_ = #{param.authStatus} and msar.audit_state_ = msar.last_audit_state_
  738. </if>
  739. <if test="param.startTime != null">
  740. and ms.create_time_ &gt; #{param.startTime}
  741. </if>
  742. <if test="param.endTime != null">
  743. and ms.create_time_ &lt; #{param.endTime}
  744. </if>
  745. <if test="param.chargeType != null">
  746. and ms.charge_type_ = #{param.chargeType}
  747. </if>
  748. <if test="param.firstAuth != null">
  749. and msar.first_auth_ = #{param.firstAuth}
  750. </if>
  751. <if test="param.exquisiteFlag != null">
  752. and ms.exquisite_flag_ = #{param.exquisiteFlag}
  753. </if>
  754. </where>
  755. order by field(ms.audit_status_,'DOING') desc, ms.submit_audit_time_ desc
  756. </select>
  757. <select id="selectTeacherMusicSheetCount" resultType="java.lang.Integer">
  758. select count(1)
  759. from music_sheet
  760. where user_id_ = #{userId}
  761. and state_ = 1 and audit_status_ = 'PASS' and del_flag_ = 0 and source_type_ = 'TEACHER'
  762. </select>
  763. <select id="selectMusicNum" resultType="com.yonge.cooleshow.biz.dal.vo.HomeMusicSheetVo">
  764. select
  765. sum(if(ms.source_type_ = 'PLATFORM',1,0)) as musicSheetPlatformCount,
  766. sum(if(ms.source_type_ = 'TEACHER',1,0)) as musicSheetTeacherCount,
  767. count(1) as musicSheetCount
  768. from music_sheet ms
  769. where ms.state_ = 1 and ms.del_flag_ = 0 and ms.audit_status_ = 'PASS' and find_in_set('CHARGE',ms.payment_type_)
  770. </select>
  771. <select id="selectPayMusicSheet" resultType="com.yonge.cooleshow.biz.dal.vo.HomeMusicSheetVo$MusicSheetSmall">
  772. SELECT
  773. ms.id_ as musicSheetId,
  774. ms.music_sheet_name_ as musicSheetName,
  775. count(DISTINCT pr.student_id_) as num
  776. FROM
  777. music_sheet ms
  778. LEFT JOIN music_sheet_purchase_record pr ON ms.id_ = pr.music_sheet_id_
  779. WHERE
  780. ms.del_flag_=0
  781. AND ms.charge_type_='CHARGE'
  782. AND ms.state_=1
  783. AND pr.order_status_='PAID'
  784. GROUP BY ms.id_
  785. ORDER BY count(DISTINCT pr.student_id_) DESC,ms.id_ desc
  786. limit 5
  787. </select>
  788. <select id="selectTeacherCount" resultType="com.yonge.cooleshow.biz.dal.vo.TeacherAuditMusicSheetVo">
  789. select
  790. sum(if(t.audit_status_ = 'DOING',1,0)) as doing,
  791. sum(if(t.audit_status_ = 'PASS'
  792. and t.state_ = 1,1,0)) as pass,
  793. sum(if(t.audit_status_ = 'UNPASS',1,0)) as upPass
  794. from
  795. music_sheet t
  796. where t.user_id_ = #{userId}
  797. </select>
  798. <select id="queryStudentTotal" resultType="com.yonge.cooleshow.biz.dal.vo.StudentTotalVo">
  799. select
  800. t.user_id_ as userId,
  801. a.musicAlbumNum,
  802. b.musicSheetNum
  803. from student t
  804. left join (
  805. select
  806. user_id_, count(1) as musicAlbumNum
  807. from album_favorite
  808. <where>
  809. <if test="null != userId">
  810. and user_id_ = #{userId}
  811. </if>
  812. </where>
  813. group by user_id_
  814. ) a on t.user_id_ = a.user_id_
  815. left join (
  816. select
  817. user_id_, count(1) as musicSheetNum
  818. from music_favorite
  819. <where>
  820. <if test="null != userId">
  821. and user_id_ = #{userId}
  822. </if>
  823. </where>
  824. group by user_id_
  825. ) b on t.user_id_ = b.user_id_
  826. <where>
  827. <if test="null != userId">
  828. and t.user_id_ = #{userId}
  829. </if>
  830. </where>
  831. </select>
  832. <select id="queryTeacherTotal" resultType="com.yonge.cooleshow.biz.dal.vo.TeacherTotalVo">
  833. select
  834. t.user_id_ as userId,
  835. a.musicSheetNum as musicSheetNum
  836. from teacher t
  837. left join (
  838. select
  839. user_id_, count(1) as musicSheetNum
  840. from music_sheet
  841. where source_type_ = 'TEACHER' and state_ = 1 and audit_status_ = 'PASS' and del_flag_ = 0
  842. <if test="null != userId">
  843. and user_id_ = #{userId}
  844. </if>
  845. group by user_id_
  846. ) a on t.user_id_ = a.user_id_
  847. <where>
  848. <if test="null != userId">
  849. and t.user_id_ = #{userId}
  850. </if>
  851. </where>
  852. </select>
  853. <select id="auditDetail" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetDetailVo">
  854. SELECT
  855. su.username_ as userName
  856. ,su.avatar_ as userAvatar
  857. ,su.real_name_ as realName
  858. ,msar.update_time_ as auditTime
  859. ,msar.create_time_ as submitAuditTime
  860. ,msar.audit_state_ as auditStatus
  861. ,su2.username_ as auditName
  862. ,msar.reason_ as auditReason
  863. ,msar.music_sheet_json_ as musicSheetJson
  864. ,msar.batch_no_ as batchNo
  865. ,msar.id_ as id
  866. from music_sheet_auth_record msar
  867. left join music_sheet t on t.id_ = msar.music_sheet_id_
  868. left join sys_user su on su.id_ = t.create_by_
  869. left join sys_user su2 on msar.verify_user_id_ = su2.id_
  870. WHERE msar.id_ = #{recordId}
  871. </select>
  872. <select id="auditDetailList" resultType="com.yonge.cooleshow.biz.dal.wrapper.MusicSheetWrapper$MusicSheetDetailVo">
  873. SELECT
  874. su.username_ as userName
  875. ,su.avatar_ as userAvatar
  876. ,su.real_name_ as realName
  877. ,msar.update_time_ as auditTime
  878. ,msar.create_time_ as submitAuditTime
  879. ,msar.audit_state_ as auditStatus
  880. ,su2.username_ as auditName
  881. ,msar.reason_ as auditReason
  882. ,msar.music_sheet_json_ as musicSheetJson
  883. ,msar.batch_no_ as batchNo
  884. ,msar.id_ as id
  885. from music_sheet_auth_record msar
  886. left join music_sheet t on t.id_ = msar.music_sheet_id_
  887. left join sys_user su on su.id_ = t.create_by_
  888. left join sys_user su2 on msar.verify_user_id_ = su2.id_
  889. <where>
  890. <if test="batchNo != null and batchNo != ''">
  891. and #{batchNo} = msar.batch_no_
  892. </if>
  893. </where>
  894. order by msar.id_ desc
  895. </select>
  896. <!--单曲专辑数量统计-->
  897. <select id="selectMusicAlbumStatInfo" resultType="com.yonge.cooleshow.biz.dal.wrapper.StatGroupWrapper">
  898. SELECT t1.music_sheet_id_ AS id, COUNT(DISTINCT t1.id_) AS total
  899. FROM album_music_relate t1 JOIN music_sheet t2 ON (t1.music_sheet_id_ = t2.id_)
  900. <where>
  901. <if test="musicIds != null">
  902. AND t1.music_sheet_id_ IN (<foreach collection="musicIds" separator="," item="item">#{item}</foreach>)
  903. </if>
  904. </where>
  905. GROUP BY t1.music_sheet_id_
  906. </select>
  907. <update id="updateFavoriteCount">
  908. update music_sheet set favorite_count_ =
  909. <choose>
  910. <when test="state.code == 0">
  911. favorite_count_ - 1
  912. </when>
  913. <when test="state.code == 1">
  914. favorite_count_ + 1
  915. </when>
  916. <otherwise>
  917. favorite_count_
  918. </otherwise>
  919. </choose>
  920. where id_ = #{musicSheetId}
  921. </update>
  922. <update id="updateBatchByCbsId">
  923. <foreach collection="vos" item="item" index="index" separator=";">
  924. update music_sheet ms set
  925. ms.music_tag_ = #{item.musicTagIds},ms.payment_type_ = #{item.paymentType},
  926. ms.charge_type_ = #{item.paymentType},
  927. ms.music_price_ = #{item.musicPrice},ms.top_flag_ = #{item.topFlag},
  928. ms.exquisite_flag_ = #{item.exquisiteFlag},ms.sort_number_ = #{item.sortNo},ms.del_flag_ = 0,
  929. ms.audit_status_ = 'PASS',
  930. ms.score_type_ = #{item.scoreType},
  931. ms.state_ = #{item.status},
  932. ms.notation_ = #{item.isConvertibleScore},
  933. ms.provider_type_ = CASE WHEN #{item.availableType} = 'PLATFORM' THEN 'PLATFORM' ELSE 'TENANT' END
  934. <if test="item.musicSheetUpdate != null">
  935. ,ms.music_sheet_name_ = #{item.musicSheetUpdate.name},
  936. ms.music_subject_ = #{item.musicSheetUpdate.subjectIds},
  937. ms.music_svg_ = #{item.musicSheetUpdate.musicSvg},
  938. ms.composer_ = #{item.musicSheetUpdate.composer},
  939. ms.accompaniment_type_ = #{item.musicSheetUpdate.audioType},
  940. ms.play_speed_ = #{item.musicSheetUpdate.playSpeed},
  941. ms.notation_ = #{item.musicSheetUpdate.notation},
  942. ms.music_sheet_type_ = #{item.musicSheetUpdate.musicSheetType},
  943. ms.create_by_ = #{item.musicSheetUpdate.userId},
  944. ms.audio_type_ = #{item.musicSheetUpdate.playMode},
  945. ms.show_fingering_ = #{item.musicSheetUpdate.showFingering},
  946. ms.can_evaluate_ = #{item.musicSheetUpdate.canEvaluate},
  947. ms.is_all_subject_ = #{item.musicSheetUpdate.isAllSubject},
  948. ms.source_type_ = CASE WHEN #{item.musicSheetUpdate.sourceType} = 'PLATFORM' THEN 'PLATFORM'
  949. WHEN #{item.musicSheetUpdate.sourceType} = 'PERSON' THEN 'TEACHER' ELSE 'TENANT' END
  950. </if>
  951. where ms.cbs_music_sheet_id_ = #{item.musicSheetId}
  952. </foreach>
  953. </update>
  954. <update id="batchEnable">
  955. update music_sheet
  956. <set>
  957. <if test="tenantFlag == 1">
  958. tenant_state_ = #{status},
  959. </if>
  960. <if test="tenantFlag == 0">
  961. state_ = #{status}
  962. </if>
  963. </set>
  964. where FIND_IN_SET(cbs_music_sheet_id_,#{ids})
  965. </update>
  966. <update id="batchDel">
  967. update music_sheet
  968. <set>
  969. <if test="tenantFlag == 1">
  970. tenant_del_flag_ = 1,
  971. </if>
  972. <if test="tenantFlag == 0">
  973. del_flag_ = 1
  974. </if>
  975. </set>
  976. where FIND_IN_SET(cbs_music_sheet_id_,#{ids})
  977. </update>
  978. <update id="updateMusicSheet">
  979. update music_sheet
  980. set music_sheet_name_ = #{param.name},music_subject_ = #{param.subjectIds},music_svg_ = #{param.musicSvg},
  981. composer_ = #{param.composer},title_img_ = #{param.musicCover},music_img_ = #{param.musicCover},accompaniment_type_ = #{param.audioType},
  982. play_speed_ = #{param.playSpeed},is_all_subject_ = #{param.isAllSubject},
  983. music_sheet_type_ = #{param.musicSheetType},source_type_ = CASE WHEN #{param.sourceType} = 'PLATFORM' THEN 'PLATFORM' ELSE 'TEACHER' END,
  984. create_by_ = #{param.userId},tenant_category_id_ = #{param.musicCategoryId}
  985. where cbs_music_sheet_id_ = #{param.id}
  986. </update>
  987. <select id="countByUser" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetUploadCountVo">
  988. select user_id_ userId, count(id_) count
  989. from music_sheet
  990. where del_flag_ = false and state_ =1 and source_type_ = 'TEACHER' and user_id_ in
  991. <foreach collection="userIds" open="(" close=")" separator="," item="item">
  992. #{item}
  993. </foreach>
  994. group by user_id_
  995. </select>
  996. <select id="searchMusic" resultType="java.lang.Long">
  997. select t.id_ from music_sheet t
  998. <if test="param.tenantAlbumIds != null and param.tenantAlbumIds.size() != 0">
  999. left join tenant_album_music tam on t.id_ = tam.music_sheet_id_
  1000. </if>
  1001. <where>
  1002. t.state_=1 and t.audit_version_ = 0 and t.del_flag_ = 0 and t.audit_status_ = 'PASS'
  1003. <if test="param.subjectId != null">
  1004. and ( t.music_subject_ = #{param.subjectId} or t.music_subject_ is null or t.music_subject_ = '' OR t.is_all_subject_)
  1005. </if>
  1006. <if test="param.name != null and param.name != ''">
  1007. and t.music_sheet_name_ like concat('%',#{param.name},'%')
  1008. </if>
  1009. <if test="param.tenantAlbumIds != null and param.tenantAlbumIds.size() != 0">
  1010. and tam.tenant_album_id_ in
  1011. <foreach collection="param.tenantAlbumIds" item="item" open="(" close=")" separator=",">
  1012. #{item}
  1013. </foreach>
  1014. and tam.del_flag_=0
  1015. and tam.subject_type_ in ('ENSEMBLE', 'MUSIC', 'SUBJECT')
  1016. </if>
  1017. <if test="param.providerType != null">
  1018. and find_in_set(#{param.providerType},t.provider_type_)
  1019. </if>
  1020. </where>
  1021. order by t.top_flag_ desc, t.sort_number_ desc, t.favorite_count_ desc
  1022. </select>
  1023. <select id="searchAlbum" resultType="java.lang.Long">
  1024. select id_ from music_album t
  1025. <where>
  1026. t.album_status_=1 and del_flag_=0 and audit_version_ = 0
  1027. <if test="param.subjectId != null">
  1028. and ( t.subject_id_ = #{param.subjectId} or t.subject_id_ is null or t.subject_id_ = '')
  1029. </if>
  1030. <if test="param.name != null and param.name != ''">
  1031. and t.album_name_ like concat('%',#{param.name},'%')
  1032. </if>
  1033. </where>
  1034. order by t.sort_number_ desc
  1035. </select>
  1036. <select id="personOwnerList"
  1037. resultType="com.dayaedu.cbs.openfeign.wrapper.music.CbsMusicSheetExtendWrapper$MusicSheetExtend">
  1038. select su.id_ userId,su.username_ username
  1039. ,'TEACHER' clientType,su.phone_ phone from teacher t
  1040. left join sys_user su ON su.id_ = t.user_id_
  1041. where su.user_type_ LIKE '%TEACHER%' AND su.del_flag_ = 0 AND su.lock_flag_ = 0 AND t.lock_flag_ = 0
  1042. <if test="param.name != null and param.name != ''">
  1043. AND (su.phone_ LIKE CONCAT('%',#{param.name},'%') OR su.username_ LIKE CONCAT('%',#{param.name},'%'))
  1044. </if>
  1045. <if test="param.userIdList != null and param.userIdList.size > 0">
  1046. AND su.id_ IN
  1047. <foreach collection="param.userIdList" item="item" open="(" close=")" separator=",">
  1048. #{item}
  1049. </foreach>
  1050. </if>
  1051. </select>
  1052. <select id="orgOwnerList"
  1053. resultType="com.dayaedu.cbs.openfeign.wrapper.music.CbsMusicSheetExtendWrapper$MusicSheetExtend">
  1054. select id_ organizationRoleId,name_ organizationRole,'ORG' clientType,phone_ phone from tenant_info where enable_flag_ = 1
  1055. <if test="param.name != null and param.name != ''">
  1056. AND (phone_ LIKE CONCAT('%',#{param.name},'%') OR name_ LIKE CONCAT('%',#{param.name},'%'))
  1057. </if>
  1058. <if test="param.userIdList != null and param.userIdList.size > 0">
  1059. AND id_ IN
  1060. <foreach collection="param.userIdList" item="item" open="(" close=")" separator=",">
  1061. #{item}
  1062. </foreach>
  1063. </if>
  1064. </select>
  1065. <select id="get" resultType="com.yonge.cooleshow.biz.dal.entity.MusicSheet">
  1066. select <include refid="Base_Column_List"/>
  1067. from music_sheet t
  1068. where t.id_ = #{id}
  1069. </select>
  1070. <select id="selectSyncPage" resultType="com.yonge.cooleshow.biz.dal.entity.MusicSheet">
  1071. select *
  1072. from music_sheet
  1073. where del_flag_ = 0 and audit_status_ = 'PASS' and cbs_music_sheet_id_ is null
  1074. </select>
  1075. <select id="queryTenantRelatedList" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
  1076. select
  1077. <include refid="Base_Column_List"/>
  1078. from music_sheet t
  1079. left join tenant_album_music t1 on t1.music_sheet_id_ = t.id_
  1080. <where>
  1081. t.tenant_del_flag_ = 0 and t.tenant_state_ =1 and t.cbs_music_sheet_id_ is not null
  1082. and t1.del_flag_=0 and t1.subject_type_ in ('ENSEMBLE', 'MUSIC', 'SUBJECT')
  1083. <if test="queryInfo.albumId != null">
  1084. and t1.tenant_album_id_ = #{queryInfo.albumId}
  1085. </if>
  1086. <if test="queryInfo.albumId == null">
  1087. and 1=2
  1088. </if>
  1089. <if test="queryInfo.musicSheetId != null">
  1090. and t.id_ != #{queryInfo.musicSheetId}
  1091. </if>
  1092. <if test="queryInfo.subjectId != null">
  1093. and find_in_set(#{queryInfo.subjectId},t.music_subject_)
  1094. </if>
  1095. <if test="queryInfo.musicSheetType != null">
  1096. and t.music_sheet_type_ = #{queryInfo.musicSheetType}
  1097. </if>
  1098. </where>
  1099. </select>
  1100. <update id="updateTenantByCbsId">
  1101. update music_sheet ms set
  1102. ms.tenant_sort_number_ = #{item.sortNo},ms.tenant_del_flag_ = 0,
  1103. ms.tenant_score_type_ = #{item.scoreType},
  1104. ms.audit_status_ = 'PASS',
  1105. ms.tenant_state_ = #{item.status},
  1106. ms.tenant_notation_ = #{item.isConvertibleScore},
  1107. ms.provider_type_ = CASE WHEN ms.provider_type_ is null or ms.provider_type_ = '' THEN 'PLATFORM'
  1108. when find_in_set(#{item.availableType},ms.provider_type_) then ms.provider_type_
  1109. else concat(ms.provider_type_,',',#{item.availableType}) end
  1110. <if test="item.musicSheetUpdate != null">
  1111. ,ms.music_sheet_name_ = #{item.musicSheetUpdate.name},
  1112. ms.music_subject_ = #{item.musicSheetUpdate.subjectIds},
  1113. ms.music_svg_ = #{item.musicSheetUpdate.musicSvg},
  1114. ms.composer_ = #{item.musicSheetUpdate.composer},
  1115. ms.accompaniment_type_ = #{item.musicSheetUpdate.audioType},
  1116. ms.play_speed_ = #{item.musicSheetUpdate.playSpeed},
  1117. ms.music_sheet_type_ = #{item.musicSheetUpdate.musicSheetType},
  1118. ms.create_by_ = #{item.musicSheetUpdate.userId},
  1119. ms.audio_type_ = #{item.musicSheetUpdate.playMode},
  1120. ms.tenant_category_id_ = #{item.musicSheetUpdate.musicCategoryId},
  1121. ms.show_fingering_ = #{item.musicSheetUpdate.showFingering},
  1122. ms.can_evaluate_ = #{item.musicSheetUpdate.canEvaluate},
  1123. ms.upload_time_ = #{item.musicSheetUpdate.createTime},
  1124. ms.source_type_ = CASE WHEN #{item.musicSheetUpdate.sourceType} = 'PLATFORM' THEN 'PLATFORM'
  1125. WHEN #{item.musicSheetUpdate.sourceType} = 'PERSON' THEN 'TEACHER' ELSE 'TENANT' END
  1126. </if>
  1127. where ms.cbs_music_sheet_id_ = #{item.musicSheetId}
  1128. </update>
  1129. <update id="updatePlatformByCbsId">
  1130. update music_sheet ms set
  1131. ms.music_tag_ = #{item.musicTagIds},ms.payment_type_ = #{item.paymentType},
  1132. ms.charge_type_ = #{item.paymentType},
  1133. ms.music_price_ = #{item.musicPrice},ms.top_flag_ = #{item.topFlag},
  1134. ms.exquisite_flag_ = #{item.exquisiteFlag},ms.sort_number_ = #{item.sortNo},ms.del_flag_ = 0,
  1135. ms.audit_status_ = 'PASS',
  1136. ms.score_type_ = #{item.scoreType},
  1137. ms.state_ = #{item.status},
  1138. ms.notation_ = #{item.isConvertibleScore},
  1139. ms.provider_type_ = CASE WHEN ms.provider_type_ is null or ms.provider_type_ = '' THEN 'PLATFORM'
  1140. when find_in_set(#{item.availableType},ms.provider_type_) then ms.provider_type_
  1141. else concat(ms.provider_type_,',',#{item.availableType}) end
  1142. <if test="item.musicSheetUpdate != null">
  1143. ,ms.music_sheet_name_ = #{item.musicSheetUpdate.name},
  1144. ms.music_subject_ = #{item.musicSheetUpdate.subjectIds},
  1145. ms.music_svg_ = #{item.musicSheetUpdate.musicSvg},
  1146. ms.composer_ = #{item.musicSheetUpdate.composer},
  1147. ms.accompaniment_type_ = #{item.musicSheetUpdate.audioType},
  1148. ms.play_speed_ = #{item.musicSheetUpdate.playSpeed},
  1149. ms.notation_ = #{item.musicSheetUpdate.notation},
  1150. ms.music_sheet_type_ = #{item.musicSheetUpdate.musicSheetType},
  1151. ms.create_by_ = #{item.musicSheetUpdate.userId},
  1152. ms.audio_type_ = #{item.musicSheetUpdate.playMode},
  1153. ms.show_fingering_ = #{item.musicSheetUpdate.showFingering},
  1154. ms.can_evaluate_ = #{item.musicSheetUpdate.canEvaluate},
  1155. ms.source_type_ = CASE WHEN #{item.musicSheetUpdate.sourceType} = 'PLATFORM' THEN 'PLATFORM'
  1156. WHEN #{item.musicSheetUpdate.sourceType} = 'PERSON' THEN 'TEACHER' ELSE 'TENANT' END
  1157. </if>
  1158. where ms.cbs_music_sheet_id_ = #{item.musicSheetId}
  1159. </update>
  1160. <insert id="tenantInsert">
  1161. insert into music_sheet
  1162. (cbs_music_sheet_id_,tenant_sort_number_,tenant_score_type_,tenant_state_,tenant_notation_,tenant_category_id_
  1163. ,music_sheet_name_,music_subject_,music_svg_,composer_,accompaniment_type_,play_speed_,
  1164. music_sheet_type_,provider_type_,audio_type_,show_fingering_,
  1165. can_evaluate_,create_by_,user_id_,audit_status_,upload_time_
  1166. )
  1167. values
  1168. (#{item.musicSheetId},
  1169. #{item.sortNo},#{item.scoreType},#{item.status},#{item.isConvertibleScore}
  1170. ,#{item.musicSheetUpdate.musicCategoryId}
  1171. ,#{item.musicSheetUpdate.name},
  1172. #{item.musicSheetUpdate.subjectIds},
  1173. #{item.musicSheetUpdate.musicSvg},
  1174. #{item.musicSheetUpdate.composer},
  1175. #{item.musicSheetUpdate.audioType},
  1176. #{item.musicSheetUpdate.playSpeed},
  1177. #{item.musicSheetUpdate.musicSheetType},
  1178. 'TENANT',
  1179. #{item.musicSheetUpdate.playMode},
  1180. #{item.musicSheetUpdate.showFingering},
  1181. #{item.musicSheetUpdate.canEvaluate},
  1182. #{item.musicSheetUpdate.userId},
  1183. #{item.musicSheetUpdate.userId},
  1184. 'PASS',
  1185. #{item.musicSheetUpdate.createTime}
  1186. )
  1187. </insert>
  1188. <insert id="platformInsert">
  1189. insert into music_sheet
  1190. (cbs_music_sheet_id_,music_tag_,payment_type_,charge_type_,top_flag_,exquisite_flag_,sort_number_,state_,audit_status_
  1191. ,music_sheet_name_,music_subject_,music_svg_,composer_,accompaniment_type_,play_speed_,
  1192. music_price_,notation_,music_sheet_type_,source_type_,provider_type_,audio_type_,show_fingering_,
  1193. can_evaluate_,create_by_,user_id_,score_type_
  1194. )
  1195. values
  1196. (#{item.musicSheetId},
  1197. #{item.musicTagIds},#{item.paymentType},#{item.paymentType},
  1198. #{item.topFlag},#{item.exquisiteFlag},#{item.sortNo},0
  1199. ,'PASS'
  1200. ,#{item.musicSheetUpdate.name},
  1201. #{item.musicSheetUpdate.subjectIds},
  1202. #{item.musicSheetUpdate.musicSvg},
  1203. #{item.musicSheetUpdate.composer},
  1204. #{item.musicSheetUpdate.audioType},
  1205. #{item.musicSheetUpdate.playSpeed},
  1206. #{item.musicSheetUpdate.musicPrice},
  1207. #{item.isConvertibleScore},
  1208. #{item.musicSheetUpdate.musicSheetType},
  1209. CASE WHEN #{item.musicSheetUpdate.sourceType} = 'PLATFORM' THEN 'PLATFORM'
  1210. WHEN #{item.musicSheetUpdate.sourceType} = 'PERSON' THEN 'TEACHER'
  1211. ELSE 'TENANT' END,
  1212. 'PLATFORM',
  1213. #{item.musicSheetUpdate.playMode},
  1214. #{item.musicSheetUpdate.showFingering},
  1215. #{item.musicSheetUpdate.canEvaluate},
  1216. #{item.musicSheetUpdate.userId},#{item.musicSheetUpdate.userId},
  1217. #{item.scoreType}
  1218. )
  1219. </insert>
  1220. <!--单曲专辑数量统计-->
  1221. </mapper>