Commit 7020089d authored by wangyihao's avatar wangyihao

修改

parent f9cf2d80
......@@ -118,6 +118,9 @@ public class IndexController {
}
Store store = new Store();
store.setCityId(cityId);
store.setIsDeleted(0); // 未删除
store.setIsAuditing(1); // 店铺启用状态
store.setIsShopping(1); // 店铺展示状态
// 通过城市ID查询返回店铺ID
List<Store> stoList = storeService.getStoreList(new Query(store));
if (stoList != null && stoList.size() > 0) {
......
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