mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-16 21:30:28 +08:00
update 重试运营商分账方法
This commit is contained in:
@@ -85,7 +85,8 @@ public class SplitBillService {
|
|||||||
debugOrderDTO.setReSplitFlag(Constants.ONE);
|
debugOrderDTO.setReSplitFlag(Constants.ONE);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
tempService.debugOrder(debugOrderDTO);
|
Map<String, Object> stringObjectMap = tempService.debugOrder(debugOrderDTO);
|
||||||
|
log.info("重试运营商分账-debugOrder接口调用成功, param:{}, result:{}", debugOrderDTO, stringObjectMap);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("重试运营商分账-debugOrder接口调用异常, param:{}", debugOrderDTO, e);
|
log.error("重试运营商分账-debugOrder接口调用异常, param:{}", debugOrderDTO, e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user