yujian
2019-06-26 72a696a00cba0e1837664f5280b8a3919ed66630
fanli/src/main/java/com/yeshi/fanli/controller/h5/H5RecommendController.java
@@ -156,8 +156,6 @@
    * @param out
    */
   private void doTaoLiJin(String callback, Long uid, Long tid, PrintWriter out) {
      String tljLink = "";
      // 查询商品淘礼金
      UserTaoLiJinRecord record = userTaoLiJinRecordService.selectByPrimaryKey(tid);
      if (record == null) {
@@ -166,6 +164,7 @@
      }
      
      Long auctionId = record.getGoodsId();
      String tljLink = record.getSendUrl();
      BigDecimal tljMoney= record.getPerFace();
      
      TaoBaoGoodsBrief goods = null;