This commit is contained in:
zhouwentao 2025-06-26 08:51:18 +08:00
parent aecf4c570d
commit b84b6e4f63
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<!--音乐类 子项专业查询 end--> <!--音乐类 子项专业查询 end-->
<!--表演类 子项专业查询 start--> <!--表演类 子项专业查询 start-->
<if test="queryvo.professionalCategory!=null and queryvo.professionalCategory=='表演类' and queryvo.pCategoryChildrenList!=null and queryvo.pCategoryChildrenList.size>0"> <if test="queryvo.professionalCategory!=null and queryvo.professionalCategory=='表演类' and queryvo.pCategoryChildrenList!=null and queryvo.pCategoryChildrenList.size>0">
AND sm.main_subjects in AND sm.major_type_child in
<foreach collection="queryvo.pCategoryChildrenList" index="index" item="b" open="(" separator="," close=")"> <foreach collection="queryvo.pCategoryChildrenList" index="index" item="b" open="(" separator="," close=")">
#{b} #{b}
</foreach> </foreach>