mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
开启自动提现
This commit is contained in:
@@ -225,9 +225,9 @@ public class JsowellTask {
|
||||
|
||||
|
||||
// TODO 换为实时分账后, 此方法改为 自动提现并计算前一天的分账信息
|
||||
// pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
// automaticPayouts(merchant.getId() + "");
|
||||
// });
|
||||
pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
automaticPayouts(merchant.getId() + "");
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user