fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java
@@ -1,5 +1,6 @@ package com.yeshi.fanli.service.inter.dynamic; import java.util.Date; import java.util.List; import org.springframework.web.multipart.MultipartFile; @@ -163,7 +164,7 @@ * @param title 标题 必传 * @param comment */ public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment) throws GoodsEvaluateException; public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment,Date startTime) throws GoodsEvaluateException; }