mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
生成运营商日报接口
This commit is contained in:
@@ -192,7 +192,7 @@ public class JsowellTask {
|
||||
}
|
||||
|
||||
/**
|
||||
* 定时任务,处理订单分账
|
||||
* 定时任务, 生成运营商日报方法
|
||||
* jsowellTask.processOrderSplitting()
|
||||
*/
|
||||
public void processOrderSplitting() {
|
||||
@@ -213,7 +213,7 @@ public class JsowellTask {
|
||||
return;
|
||||
}
|
||||
|
||||
// 调分账方法
|
||||
// 调生成运营商日报方法
|
||||
pileMerchantInfos.parallelStream().forEach(merchant -> {
|
||||
try {
|
||||
// orderBasicInfoService.orderSplittingOperations(merchant.getId() + "", yesterday.toString());
|
||||
|
||||
Reference in New Issue
Block a user