admin
2021-05-29 e75b0d79535a6bcd147cca4a54632b70b42afdb9
fanli/src/main/java/com/yeshi/fanli/controller/web/WebRecommendController.java
@@ -6,6 +6,7 @@
import javax.annotation.Resource;
import com.yeshi.fanli.entity.config.SystemConfigKeyEnum;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@@ -195,7 +196,7 @@
         } else {
            price = taoBaoGoodsBriefExtra.getZkPrice() + "";
         }
         String appName = systemConfigService.get("appName", system);
         String appName = systemConfigService.getValueCache(SystemConfigKeyEnum.appName, acceptData.getSystem());
         data.put("sharePrice", "¥" + price + "元      送" + appName + "红包¥"
               + taoBaoGoodsBriefExtra.getTaoBaoHongBaoInfo().getHongbao() + "元 ");
         data.put("shareTitle", taoBaoGoodsBriefExtra.getTitle());