Explorar el Código

[A端][修复]:创建券并且快速投放的问题

release_toaliyun_real
hupeng hace 7 años
padre
commit
700ab87f58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

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

@@ -196,7 +196,7 @@ public class WxCouponServiceImpl implements WxCouponService {
record.setUpdateDate(new Date());
wxCouponMapper.updateByPrimaryKeySelective(record);
}
return new ResultData();
return new ResultData(record.getId());
}

@Override


Cargando…
Cancelar
Guardar