فهرست منبع

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));
     }