摘要: @GetMapping("/getCollectByShop") public void getCollectByShop(@RequestParam("goodsDbidList") List<String> goodsDbidList) throws IOException { List<Goo 阅读全文
posted @ 2020-10-21 22:55 CEO雷总 阅读(17430) 评论(3) 推荐(0)
摘要: DAO层方法: /** * * @param planPurchaseId * @param goodsDbIdList * @return */List<ProjectPlanReqDetail> selectPlanReqDetail(@Param("planPurchaseId") Strin 阅读全文
posted @ 2020-10-21 00:09 CEO雷总 阅读(5245) 评论(0) 推荐(0)