update 重试运营商分账方法

This commit is contained in:
Guoqs
2025-10-10 13:39:42 +08:00
parent 9cacb7d45b
commit cf5a02d56a

View File

@@ -85,7 +85,8 @@ public class SplitBillService {
debugOrderDTO.setReSplitFlag(Constants.ONE);
try {
tempService.debugOrder(debugOrderDTO);
Map<String, Object> stringObjectMap = tempService.debugOrder(debugOrderDTO);
log.info("重试运营商分账-debugOrder接口调用成功, param:{}, result:{}", debugOrderDTO, stringObjectMap);
} catch (Exception e) {
log.error("重试运营商分账-debugOrder接口调用异常, param:{}", debugOrderDTO, e);
}