yujian
2019-06-26 72a696a00cba0e1837664f5280b8a3919ed66630
分享红包商品bug优化
1个文件已修改
3 ■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/h5/H5RecommendController.java 3 ●●●● 补丁 | 查看 | 原始文档 | 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;