Explorar el Código

caozuo zhe

release_toaliyun_real
xhxu hace 5 años
padre
commit
16c60aeaa6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java

+ 1
- 1
mallinkBApi/src/main/java/com/iformall/controller/WxCouponSendController.java Ver fichero

@@ -102,7 +102,7 @@ public class WxCouponSendController extends BaseController {
wxCouponSend.setSendType(EnumCouponSendSendType.MERCHANT.getCode());
wxCouponSend.setStatus(EnumCouponSendStatus.VALID.getCode());
try {
wxCouponSendService.handSel(wxCouponSend, Long.parseLong(cUserId),EnumPayWay.PAY_WAY_NOT_UNPAY_MERCHANT,getWxBuserId());
wxCouponSendService.handSel(wxCouponSend, Long.parseLong(cUserId),EnumPayWay.PAY_WAY_NOT_UNPAY_MERCHANT,getLoginBUser().getId());
} catch (MallinkException e) {
logger.error("注券异常: ", e);
return new ResultData(e.getErrorCode(), e.getMessage());


Cargando…
Cancelar
Guardar