提交 ab79a188 作者: han

测试

上级 ad4f9d40
流水线 #7461 已失败 于阶段
in 2 分 41 秒
......@@ -38,7 +38,6 @@ import org.springframework.util.MultiValueMap;
import org.springframework.web.client.RestClientException;
import org.springframework.web.client.RestTemplate;
import static com.sun.activation.registries.LogSupport.log;
/**
* @Author LW
......@@ -285,7 +284,7 @@ public class FlyerTrainingServiceImpl implements FlyerTrainingService {
if(userSalaryAmt.add(userCashAmt).compareTo(tempTotalAmount) < 0 ){
if(!(weChatPay.compareTo(BigDecimal.ZERO) == 0)){
log("云享金或者佣金不够支付,支付失败,请回滚微信支付中的金额:" + curriculumPayVO.getPaymentOrderNumber());
// log("云享金或者佣金不够支付,支付失败,请回滚微信支付中的金额:" + curriculumPayVO.getPaymentOrderNumber());
return ResultBody.error("云享金或者佣金不够支付,支付失败,请回滚微信支付中的金额");
}else{
return ResultBody.error("云享金或者佣金不够支付,支付失败");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论