admin
2020-07-04 9d35ba657fa5e3add766405d76e3ff8c4dcd4ad4
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/GoodsControllerV2.java
@@ -1383,6 +1383,7 @@
   
   /**
    *    // 云发单文案信息
     *
    * @param goodsDetail
    */
   private void getCloudInfo(AcceptData acceptData,Long uid, GoodsDetailVO goodsDetail, GoodsDetailExtraVO extraVO) {
@@ -1401,7 +1402,7 @@
         return;
      }
      
      GoodsEvaluate evaluate = goodsEvaluateService.queryExistSingle(goodsDetail.getGoodsId() +"", goodsDetail.getGoodsType());
        GoodsEvaluate evaluate = goodsEvaluateService.queryExistSingle(goodsDetail.getGoodsId() + "", goodsDetail.getGoodsType(), acceptData.getSystem());
      if (evaluate != null) {
         String cloudText = null;
         List<CommentInfo> comments = evaluate.getComments();
@@ -1610,8 +1611,7 @@
    * @param acceptData
    * @param uid
    * @param id
    * @param couponUrl
    *            -优惠券链接
     * @param couponUrl  -优惠券链接
    * @param source
    * @param out
    */
@@ -1828,10 +1828,8 @@
   /**
    * 是否在参与推广
    * 
    * @param goodsId
    *            -商品ID
    * @param goodsType
    *            -TB/JD
     * @param goodsId   -商品ID
     * @param goodsType -TB/JD
    * @param out
    */
   @RequestMapping(value = "isGoodsExtend")
@@ -1989,14 +1987,14 @@
   /**
    * 京东转链
    * @Title: getJDLink
    * @Description:
     *
    * @param acceptData
    * @param link
    * @param uid
    * @param out
    * void 返回类型
     * @param out        void 返回类型
    * @throws
     * @Title: getJDLink
     * @Description:
    */
   @RequestMapping(value = "convertJDLink")
   public void convertJDLink(AcceptData acceptData, String link, Long uid, String callback, PrintWriter out) {