Przeglądaj źródła

[发券][修改]:merge from 元放

release_toaliyun_real
Stormeye.Wu 7 lat temu
rodzic
commit
799500ec61
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      mallinkService/src/main/java/com/simple/domain/vo/WxCouponChannelAddVo.java
  2. +1
    -1
      mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/simple/domain/vo/WxCouponChannelAddVo.java Wyświetl plik

@@ -20,6 +20,7 @@ public class WxCouponChannelAddVo implements Serializable {
this.couponId = wxCoupon.getId(); this.couponId = wxCoupon.getId();
this.title = wxCoupon.getTitle(); this.title = wxCoupon.getTitle();
this.validEndDate = wxCoupon.getValidEndDate(); this.validEndDate = wxCoupon.getValidEndDate();
this.channelId = channelId;
return this; return this;
} }




+ 1
- 1
mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java Wyświetl plik

@@ -85,7 +85,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
if(result) { if(result) {
return new ResultData(errorList); return new ResultData(errorList);
}else { }else {
return new ResultData(Result.ERROR,"请检查券的有效期以及投放截止时间",errorList);
return new ResultData(Result.SUCCESS,"请检查券的有效期以及投放截止时间",errorList);
} }






Ładowanie…
Anuluj
Zapisz