|
|
@@ -790,7 +790,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = {Exception.class})
|
|
|
public CommonResult deleteStudentInfo(int id) throws Exception {
|
|
|
-
|
|
|
+ System.out.println("删除了学生信息:"+id);
|
|
|
WelcomeStudent ws = welcomeStudentService.getManageById(id);
|
|
|
if (ws == null) {
|
|
|
return CommonResult.fail("学生信息已失效,无法进行删除操作!");
|