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