getData中全校(不含艺体美外语)去掉国际美术学院数据

This commit is contained in:
Qi 2025-04-25 19:05:18 +08:00
parent a5f4b5965f
commit fa9d4b2562
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ public class CenterServiceImpl extends ServiceImpl<Cet_4Mapper, Cet_4> implement
Cet_4QW.eq(Cet_4::getEntrydate, entryDate)
.eq(Cet_4::getBatch, batchList.get(i))
.eq(Cet_4::getState, "在校");
Cet_4QW.notIn(Cet_4::getCollege, Arrays.asList("体育科学学院", "美术学院", "音乐学院"));
Cet_4QW.notIn(Cet_4::getMajorname, Arrays.asList("英语","翻译", "商务英语", "表演","广播电视编导", "录音艺术", "播音与主持艺术","动画", "摄影", "数字媒体艺术"));
Cet_4QW.notIn(Cet_4::getCollege, Arrays.asList("体育科学学院", "美术学院", "音乐学院", "国际美术学院"));
Cet_4QW.notIn(Cet_4::getMajorname, Arrays.asList("英语","翻译", "商务英语", "表演","广播电视编导", "录音艺术", "播音与主持艺术","动画", "摄影", "数字媒体艺术","绘画","雕塑"));
Cet4_majorQW.clear();
Cet4_majorQW.select(Cet4_major::getCode).eq(Cet4_major::getEntrydate, entryDate).eq(Cet4_major::getState, "在校");
allStudent = cet4_majorMapper.selectCount(Cet4_majorQW);