提交 a57b2a6c 作者: 刘明祎-运维用途

Merge branch 'develop' of ssh://git.mmcuav.cn:8222/iuav/ims into develop

流水线 #7462 已通过 于阶段
in 2 分 54 秒
......@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mmc.csf</groupId>
<artifactId>iuav-ims</artifactId>aa
<artifactId>iuav-ims</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>信息发布管理系统</name>
......
......@@ -52,7 +52,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
......@@ -303,7 +302,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论