|  |  | 
 |  |  |         QueryVo vo = new QueryVo(); | 
 |  |  |         return BaseResponseUtils.buildSuccess(proSv.selectAll(vo)); | 
 |  |  |     } | 
 |  |  |     /** | 
 |  |  |      * 可根据orderId查询产品 | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     @GetMapping(path="getProduct") | 
 |  |  |     @SsoPowerAop(power = "10300000") | 
 |  |  |     @Log("可根据orderId查询产品") | 
 |  |  |     public BaseResponse<List<PltProduct>> getProduct(Long orderId){ | 
 |  |  |         return BaseResponseUtils.buildSuccess(proSv.getProduct(orderId)); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     @PostMapping(path="export") | 
 |  |  |     @SsoPowerAop(power = "10300000") | 
 |  |  |     @SsoPowerAop(power = "10300001") | 
 |  |  |     @Log("导出产品信息") | 
 |  |  |     public void export(@RequestBody QueryVo queryVo, HttpServletResponse response){ | 
 |  |  |         List<Converter> list = new ArrayList<>() ; |