mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
打印日志
This commit is contained in:
@@ -165,8 +165,10 @@ public class AdapayUnsplitRecordHandleServiceImpl implements AdapayUnsplitRecord
|
|||||||
success++;
|
success++;
|
||||||
updateConfirmedSplitAmount(item, confirmAmt, paymentId);
|
updateConfirmedSplitAmount(item, confirmAmt, paymentId);
|
||||||
refreshHandleFlagQuietly(paymentId, wechatAppId);
|
refreshHandleFlagQuietly(paymentId, wechatAppId);
|
||||||
log.info("处理未分账数据成功, paymentId:{}, orderCode:{}, confirmAmt:{}, response:{}",
|
BigDecimal totalConfirmedAmt = parseAmount(item.getConfirmedSplitAmount()).add(confirmAmt)
|
||||||
paymentId, orderCode, confirmAmt, JSON.toJSONString(response));
|
.setScale(2, BigDecimal.ROUND_HALF_UP);
|
||||||
|
log.info("处理未分账数据成功, paymentId:{}, orderCode:{}, 本次分账金额:{}, 累计已分账金额:{}, response:{}",
|
||||||
|
paymentId, orderCode, confirmAmt, totalConfirmedAmt, JSON.toJSONString(response));
|
||||||
} else {
|
} else {
|
||||||
failed++;
|
failed++;
|
||||||
String errorCode = response == null ? "response_null" : response.getError_code();
|
String errorCode = response == null ? "response_null" : response.getError_code();
|
||||||
|
|||||||
Reference in New Issue
Block a user