|
|
@@ -59,22 +59,22 @@ public class BusJcebController extends BaseController {
|
|
|
List<JcebRecordVo> list = null;
|
|
|
switch (jcebTypeEnum){
|
|
|
case Jddz:
|
|
|
- list = jddzService.getList(query);
|
|
|
+ list = jddzService.getListByType(query);
|
|
|
break;
|
|
|
case Gjsfx:
|
|
|
- list = gjsfxService.getList(query);
|
|
|
+ list = gjsfxService.getListByType(query);
|
|
|
break;
|
|
|
case Qmjcjl:
|
|
|
- list = qmjcjlService.getList(query);
|
|
|
+ list = qmjcjlService.getListByType(query);
|
|
|
break;
|
|
|
case Xsjcjl:
|
|
|
- list = xsjcjlService.getList(query);
|
|
|
+ list = xsjcjlService.getListByType(query);
|
|
|
break;
|
|
|
case Jyzqsjl:
|
|
|
- list = jyzqsjlService.getList(query);
|
|
|
+ list = jyzqsjlService.getListByType(query);
|
|
|
break;
|
|
|
case Lbjghjl:
|
|
|
- list = lbjghjlService.getList(query);
|
|
|
+ list = lbjghjlService.getListByType(query);
|
|
|
break;
|
|
|
default:
|
|
|
break;
|