mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
使用retryMerchantSplitV2
This commit is contained in:
@@ -73,7 +73,7 @@ public class OrderSplitRecordController extends BaseController {
|
||||
public RestApiResponse<?> retryMerchantSplit(@RequestBody QueryOrderSplitRecordDTO dto) {
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
splitBillService.retryMerchantSplit(dto);
|
||||
splitBillService.retryMerchantSplitV2(dto);
|
||||
response = new RestApiResponse<>();
|
||||
} catch (Exception e) {
|
||||
logger.error("重试运营商分账 error", e);
|
||||
|
||||
Reference in New Issue
Block a user