Explorar el Código

fix

release_toaliyun_real
winter hace 1 mes
padre
commit
a48dd59de2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/park/impl/bolink/BoLinkUtil.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/park/impl/bolink/BoLinkUtil.java Ver fichero

@@ -182,7 +182,7 @@ public class BoLinkUtil {
params.put(BOLINK_CAR_NUMBER, carNumber);
params.put(BOLINK_ORDER_ID, orderId);
params.put("type", 1);
params.put(BOLINK_PAY_TIME, new Date().getTime());
params.put(BOLINK_PAY_TIME, System.currentTimeMillis() / 1000);
if (unit.intValue() == EnumCouponUnit.MONEY.getCode().intValue()) {
// 金额
params.put(BOLINK_DEDUCTION_MONEY, amount);


Cargando…
Cancelar
Guardar