开启自动提现

This commit is contained in:
Guoqs
2025-02-18 10:39:20 +08:00
parent 68dc58bc52
commit ced4a72cd8

View File

@@ -225,9 +225,9 @@ public class JsowellTask {
// TODO 换为实时分账后, 此方法改为 自动提现并计算前一天的分账信息
// pileMerchantInfos.parallelStream().forEach(merchant -> {
// automaticPayouts(merchant.getId() + "");
// });
pileMerchantInfos.parallelStream().forEach(merchant -> {
automaticPayouts(merchant.getId() + "");
});
}
/**