소스 검색

1、数据看板调整
2、学生处分调整

dzx 1 년 전
부모
커밋
99d394aadd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/xjrsoft/module/student/controller/BaseStudentPunishmentInfoController.java

+ 1 - 1
src/main/java/com/xjrsoft/module/student/controller/BaseStudentPunishmentInfoController.java

@@ -125,7 +125,7 @@ public class BaseStudentPunishmentInfoController {
     public RT<List<BasePunishmentStudentHandleVo>> handleList(@RequestParam Long id){
         List<BasePunishmentStudentHandle> list = handleService.list(
                 new QueryWrapper<BasePunishmentStudentHandle>().lambda()
-                        .eq(BasePunishmentStudentHandle::getBasePunishmentStudentInfoId, id)
+                        .eq(BasePunishmentStudentHandle::getBaseStudentPunishmentInfoId, id)
         );
         return RT.ok(BeanUtil.copyToList(list, BasePunishmentStudentHandleVo.class));
     }