mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update 订单分账
This commit is contained in:
@@ -190,7 +190,7 @@ public class JsowellTask {
|
|||||||
try {
|
try {
|
||||||
orderBasicInfoService.orderSplittingOperations(merchant.getId()+"", yesterday.toString());
|
orderBasicInfoService.orderSplittingOperations(merchant.getId()+"", yesterday.toString());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("处理订单分账异常", e);
|
log.error("处理订单分账异常, merchantId:{}", merchant.getId(), e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user