|
|
|
@ -169,7 +169,7 @@ public class AdminGoodsController extends BaseController { |
|
|
|
JSONObject request=JSONObject.parseObject(rejson); |
|
|
|
String type = request.getString("type"); |
|
|
|
int itype = Integer.valueOf(type); |
|
|
|
List retlist = goodsService.getMapDataByTyep(itype); |
|
|
|
List retlist = goodsService.getMapDataByType(itype); |
|
|
|
jsonObject.put("data",retlist); |
|
|
|
jsonObject.put("code",200); |
|
|
|
jsonObject.put("msg","成功"); |
|
|
|
|