|
|
|
@ -147,7 +147,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
gtmap.put("createtime",sdf.format(g.getCreateTime())); |
|
|
|
gtmap.put("entrust_status",g.getEntrustStatus()); |
|
|
|
gtmap.put("goods_detail_id",g.getGoodsDetailId()); |
|
|
|
gtmap.put("goods_islicode",g.getGoodsDetailId()); |
|
|
|
gtmap.put("goods_islicode",g.getGoodsIslicode()); |
|
|
|
gtmap.put("goods_status",g.getGoodsStatus()); |
|
|
|
gtmap.put("id",g.getId()); |
|
|
|
gtmap.put("is_recommend",g.getIsRecommend()); |
|
|
|
@ -178,4 +178,9 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
return retmap; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Map<String, Object> getGoodsDetail(String islicode) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|
|