mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
重试分账接口
This commit is contained in:
@@ -1994,7 +1994,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
String env = SpringUtils.getActiveProfile();
|
||||
if (StringUtils.equalsIgnoreCase(env, "pre")) {
|
||||
logger.debug("PRE环境不执行");
|
||||
return null;
|
||||
// return null;
|
||||
}
|
||||
// 结算金额
|
||||
BigDecimal orderSettleAmount = afterSettleOrderDTO.getOrderSettleAmount();
|
||||
@@ -2239,7 +2239,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
String env = SpringUtils.getActiveProfile();
|
||||
if (StringUtils.equalsIgnoreCase(env, "pre")) {
|
||||
logger.debug("PRE环境不执行");
|
||||
return;
|
||||
// return;
|
||||
}
|
||||
// 退款
|
||||
String mode = pileMerchantInfoService.getDelayModeByMerchantId(afterSettleOrderDTO.getMerchantId());
|
||||
|
||||
Reference in New Issue
Block a user