| | |
| | | comSanshuoExpertsTwo.add(comSanshuoExpert); |
| | | } |
| | | } |
| | | comSanshuoExpertTwoVo.setComSanshuoExperts(comSanshuoExpertsOne); |
| | | comSanshuoExpertTwoVo.setComSanshuoExpertsTwo(comSanshuoExpertsTwo); |
| | | return R.ok(comSanshuoExpertTwoVo); |
| | | } |
| | | if (level==0){ |
| | | comSanshuoExpertTwoVo.setComSanshuoExperts(comSanshuoExpertsOne); |
| | | comSanshuoExpertTwoVo.setComSanshuoExpertsTwo(comSanshuoExpertsTwo); |
| | | return R.ok(comSanshuoExpertTwoVo); |
| | | } |
| | | else { |
| | | return R.ok(comSanshuoExperts); |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public void insertExpert(ComSanshuoExpert expert) { |