Showing
1 changed file
with
3 additions
and
0 deletions
@@ -228,6 +228,9 @@ public class ShopsServiceImpl extends BaseService implements IShopsService, Appl | @@ -228,6 +228,9 @@ public class ShopsServiceImpl extends BaseService implements IShopsService, Appl | ||
228 | //tbl判断 | 228 | //tbl判断 |
229 | SearchApiResult searchApiResult = searchTbl(paramMap,keyword); | 229 | SearchApiResult searchApiResult = searchTbl(paramMap,keyword); |
230 | JSONObject returnMap = new JSONObject(); | 230 | JSONObject returnMap = new JSONObject(); |
231 | + returnMap.put("shop", null); | ||
232 | + returnMap.put("brand", null); | ||
233 | + returnMap.put("tblBrand", null); | ||
231 | if (searchApiResult.getData() != null) { | 234 | if (searchApiResult.getData() != null) { |
232 | Map<String, Object> shopInfoMap = (Map<String, Object>) searchApiResult.getData(); | 235 | Map<String, Object> shopInfoMap = (Map<String, Object>) searchApiResult.getData(); |
233 | JSONObject shopDataMap = new JSONObject(); | 236 | JSONObject shopDataMap = new JSONObject(); |
-
Please register or login to post a comment