bug 349 350 351 354 356 357
This commit is contained in:
@@ -53,5 +53,5 @@ public interface SchedulePoolMapper extends BaseMapper<SchedulePool> {
|
||||
AND locked_num > 0
|
||||
AND delete_flag = '0'
|
||||
""")
|
||||
int updatePoolStatsOnCheckIn(@Param("poolId") Integer poolId);
|
||||
int updatePoolStatsOnCheckIn(@Param("poolId") Long poolId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user