|  |  | 
 |  |  |      * @param qo | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     @GetMapping(path = "one_intake") | 
 |  |  |     //@GetMapping(path = "one_intake") | 
 |  |  |     @GetMapping(path = "all_intakes") | 
 |  |  |     public BaseResponse<QueryResultVo<VoOnLineIntake>> getOneIntake(OnLineIntakesQO qo) { | 
 |  |  |         try { | 
 |  |  |             return BaseResponseUtils.buildSuccess(intakeSv.selectOneIntake(qo)); | 
 |  |  | 
 |  |  |      * @param qo | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     @GetMapping(path = "all_intakes") | 
 |  |  |     public BaseResponse<QueryResultVo<VoOnLineIntake>> getAllIntakes(OnLineIntakesQO qo) { | 
 |  |  |     @GetMapping(path = "all_intakes2") | 
 |  |  |     public BaseResponse<QueryResultVo<List<VoOnLineIntake>>> getAllIntakes(OnLineIntakesQO qo) { | 
 |  |  |         try { | 
 |  |  |             return BaseResponseUtils.buildSuccess(intakeSv.selectAllIntakes(qo)); | 
 |  |  |         } catch (Exception e) { |