src/main/java/com/taoke/autopay/service/UserSettingService.java
@@ -34,9 +34,10 @@ * @author hxh * @description 根据总提交次数获取每日提交次数 * @date 22:47 2024/8/1 * @param: orderType * @param: totalCount * @return int **/ public int getLimitCountByTotalCount(long totalCount, OrderChannelEnum orderChannel); public int getLimitCountByTotalCount(int orderType, long totalCount, OrderChannelEnum orderChannel); }