feat:updates
This commit is contained in:
parent
8e5419df9c
commit
f629fc629a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue