fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
@@ -133,11 +133,8 @@ public long countValidMaterials(int type); public void saveGoodsCoupon(String pid, String content) throws GoodsEvaluateException, Exception; public void release(String id) throws GoodsEvaluateException; public void saveGoodsComment(String id, int kind, List<CommentInfo> comments) throws GoodsEvaluateException, Exception;