admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/job/order/OrderShareIncomeJob.java
@@ -46,7 +46,11 @@
            throw new Exception("25号之前不能到账本月的");
        }
        Date preSendTime = new Date(TimeUtil.convertToTimeTemp(day, "yyyy-MM-dd"));
        orderProcessService.fanliShare(preSendTime);
       int uidCount =  orderProcessService.fanliShare(preSendTime);
       if(uidCount<=0){
           throw new Exception("暂无需要到账的用户");
       }
        return ReturnT.SUCCESS;
    }