admin
2025-08-20 f318c9c7c127b00f353bf45f273096d1dc4b424f
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);
}