mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update
This commit is contained in:
@@ -171,8 +171,7 @@ public class JsowellTask {
|
||||
return;
|
||||
}
|
||||
// 获取日期
|
||||
// LocalDate yesterday = LocalDate.now().plusDays(-1);
|
||||
LocalDate yesterday = LocalDate.of(2023, 7, 8);
|
||||
LocalDate yesterday = LocalDate.now().plusDays(-1);
|
||||
// 调分账方法
|
||||
pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
orderBasicInfoService.orderSplittingOperations(merchant.getId()+"", yesterday.toString());
|
||||
|
||||
Reference in New Issue
Block a user