1
This commit is contained in:
parent
81e21ea6da
commit
303c0fef5a
@ -67,7 +67,7 @@ public interface DriveSchoolExamPassMapper
|
|||||||
|
|
||||||
List<DriveSchoolExamPass> selectDriveSchoolExamPassByUserId(Long userId);
|
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);
|
IPage<DriveSchoolExamPass> getBalanceList(@Param("entity") DriveSchoolExamPass driveSchoolExamPass,Page<DriveSchoolExamPass> page);
|
||||||
DriveSchoolExamPass getBalance(DriveSchoolExamPass driveSchoolExamPass);
|
DriveSchoolExamPass getBalance(DriveSchoolExamPass driveSchoolExamPass);
|
||||||
|
Loading…
Reference in New Issue
Block a user