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:
@@ -215,16 +215,16 @@ public class JsowellTask {
|
||||
}
|
||||
|
||||
// 调分账方法
|
||||
pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
try {
|
||||
orderBasicInfoService.orderSplittingOperations(merchant.getId() + "", yesterday.toString());
|
||||
} catch (Exception e) {
|
||||
log.error("处理订单分账异常, merchantId:{}", merchant.getId(), e);
|
||||
}
|
||||
});
|
||||
// pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
// try {
|
||||
// orderBasicInfoService.orderSplittingOperations(merchant.getId() + "", yesterday.toString());
|
||||
// } catch (Exception e) {
|
||||
// log.error("处理订单分账异常, merchantId:{}", merchant.getId(), e);
|
||||
// }
|
||||
// });
|
||||
|
||||
|
||||
// TODO 换为实时分账后, 此方法改为 自动提现并计算前一天的分账信息
|
||||
// 换为实时分账后, 此方法改为 自动提现并计算前一天的分账信息
|
||||
pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
automaticPayouts(merchant.getId() + "");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user