Commit 595e714e by zhiwj

添加评价人数

parent ee7a1f13
......@@ -479,6 +479,7 @@ public class StoreServiceImpl implements StoreService {
TabStore tabStore = new TabStore();
tabStore.setStoreId(storeDTO.getStoreId());
tabStore.setScore(storeDTO.getScore());
tabStore.setEvaluateCount(storeDTO.getEvaluateCount());
this.tabStoreMapper.updateByPrimaryKeySelective(tabStore);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment