Commit d0599846 by zhiwj

添加评价人数

parent 6339a46f
......@@ -1093,6 +1093,7 @@ public class StoreApiServiceImpl implements StoreApiService {
}
private DynamicDocDTO buildStoreDocDto(Integer enterpriseId, Integer storeId) {
refreshCache(enterpriseId, storeId);
ServiceResponse<StoreDTO> response = this.getStoreById(enterpriseId, storeId);
if (response.isSuccess()) {
StoreDTO dto = response.getResult();
......
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