Explorar el Código

[储值卡][新增]:补贴率修改

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
91767559e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCardSpendServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCardSpendServiceImpl.java Ver fichero

@@ -70,7 +70,7 @@ public class WxCardSpendServiceImpl implements WxCardSpendService {
Integer subsidyRate = 0;
if(couponMerchant.getParameter() != null) {
try {
subsidyRate = Integer.valueOf(couponMerchant.getParameter());
subsidyRate = 10000 - Integer.valueOf(couponMerchant.getParameter());
} catch (Exception e) {
logger.error("couponmerchant subidy rate not found: " + cardInfo.getCouponId());
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);


Cargando…
Cancelar
Guardar