fanli/src/main/java/com/yeshi/fanli/controller/h5/H5RecommendController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;