Procházet zdrojové kódy

Merge branch 'release_toaliyun_real' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202207

release_toaliyun_real
xhxu před 3 roky
rodič
revize
f78a347521
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java Zobrazit soubor

@@ -444,9 +444,10 @@ public class WxCoupon extends TenantEntity {
if(this.getType().equals(EnumCouponType.COUPON_DOUYIN.getCode())){
return true;
}
if(isShare){
if(isShare && this.getSalePrice() > 0 && !this.checkIsCard()){
Date valid_date = getOuterRealValidDate(curr);
Date limit_date = DateUtils.getTimeAfterDays(Constant.WX_LIMIT_DAYS, curr);

if (valid_date.after(limit_date)) {
return false;
}


Načítá se…
Zrušit
Uložit