Просмотр исходного кода

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

release_toaliyun_real
Stormeye.Wu 7 лет назад
Родитель
Сommit
799500ec61
2 измененных файлов: 2 добавлений и 1 удалений
  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 Просмотреть файл

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



+ 1
- 1
mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java Просмотреть файл

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




Загрузка…
Отмена
Сохранить