This commit is contained in:
2023-07-31 13:51:41 +08:00
parent 193f2a408c
commit ee630c5680
3 changed files with 112 additions and 17 deletions

View File

@@ -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());