feat:updates

This commit is contained in:
zwt13703 2026-03-14 15:52:48 +08:00
parent 8e5419df9c
commit f629fc629a
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public class ArtTestController extends BaseController {
ArtSchoolBo artSchoolBo = new ArtSchoolBo();
artSchoolBo.setMainName(artSchoolSubmitBo.getSchool().getMainName());
List<ArtSchoolVo> artSchoolVos = artSchoolService.queryList(artSchoolBo);
System.out.println("处理院校信息:" + artSchoolSubmitBo.getSchool().getMainName());
if (!artSchoolVos.isEmpty()) {
// 修改
artSchoolSubmitBo