This commit is contained in:
PQZ 2024-08-28 20:01:05 +08:00
parent 81e21ea6da
commit 303c0fef5a

View File

@ -67,7 +67,7 @@ public interface DriveSchoolExamPassMapper
List<DriveSchoolExamPass> selectDriveSchoolExamPassByUserId(Long userId);
IPage<DriveSchoolExamPass> checkList(@Param("Page") Long userId, Page<DriveSchoolExamPass> page);
IPage<DriveSchoolExamPass> checkList(@Param("userId") Long userId, Page<DriveSchoolExamPass> page);
IPage<DriveSchoolExamPass> getBalanceList(@Param("entity") DriveSchoolExamPass driveSchoolExamPass,Page<DriveSchoolExamPass> page);
DriveSchoolExamPass getBalance(DriveSchoolExamPass driveSchoolExamPass);