Explorar el Código

//tt 计划

release_toaliyun_real
xhxu hace 3 años
padre
commit
0a8248b0cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

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

@@ -491,7 +491,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
poiPlan.setContentType(contentType);
poiPlan.setCommissionRate(commissionRate);

Integer returnPlanId = ttMerchantPoiService.getTtWebService(tenantInfo).getPoiPlanService().poiPlanSave(poiPlan);
Long returnPlanId = ttMerchantPoiService.getTtWebService(tenantInfo).getPoiPlanService().poiPlanSave(poiPlan);
if(returnPlanId != null){
return new ResultData(returnPlanId);
}else{


Cargando…
Cancelar
Guardar