From 121c5ee5345d366ae4aadf7901af9b0678dbb7a8 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 23 二月 2020 00:24:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div --- fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java index b9d1097..e76f408 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/dynamic/GoodsEvaluateService.java @@ -38,9 +38,9 @@ * @param state * @return */ - public List<GoodsEvaluate> query(int start, int count, String key, Integer state); + public List<GoodsEvaluate> query(int start, int count, String key, Integer state, int dynamicType); - public long count(String key, Integer state); + public long count(String key, Integer state,int dynamicType); /** @@ -91,4 +91,47 @@ throws GoodsEvaluateException, Exception; + /** + * 澶氫釜鍟嗗搧淇濆瓨淇℃伅 + * @param pid + * @param videoUrl + * @param goodsList + * @param fileRequest + * @throws GoodsEvaluateException + * @throws Exception + */ + public void saveMultipleGoods(String pid, String videoUrl, String goodsList, MultipartHttpServletRequest fileRequest) + throws GoodsEvaluateException, Exception; + + + /** + * 绱犳潗 + * @param pid + * @param videoUrl + * @param picUrls + * @param fileRequest + * @throws GoodsEvaluateException + * @throws Exception + */ + public void saveSuCai(String pid, String videoUrl, String picUrls, MultipartHttpServletRequest fileRequest) + throws GoodsEvaluateException, Exception; + + + /** + * 鏌ヨ绱犳潗 + * @param start + * @param count + * @return + */ + public List<GoodsEvaluate> queryMaterialsCache(int start, int count,int type); + + public long countValidMaterials(int type); + + + public void saveGoodsCoupon(String pid, String tags, String content) throws GoodsEvaluateException, Exception; + + + public void release(String id) throws GoodsEvaluateException; + + } -- Gitblit v1.8.0