updates
This commit is contained in:
parent
aecf4c570d
commit
b84b6e4f63
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue