@GetMapping("/getCollectByShop")
public void getCollectByShop(@RequestParam("goodsDbidList") List<String> goodsDbidList) throws IOException {
List<GoodsInfoVO> goodsInfoVOList = iProjectPlanPurchaseService.getCollectByShop(goodsDbidList);
ResponseUtil.showMessage("success", "成功", goodsInfoVOList);
}

list元素之間用逗號隔開,以此區分不同元素
