|
|
@@ -3,6 +3,12 @@ package com.railway.web.controller.business.catenary;
|
|
|
import com.railway.business.catenary.domain.vo.JcebQueryVo;
|
|
|
import com.railway.business.catenary.domain.vo.JcebRecordVo;
|
|
|
import com.railway.business.catenary.enums.JcebTypeEnum;
|
|
|
+import com.railway.business.catenary.service.IBusJcbBlqService;
|
|
|
+import com.railway.business.catenary.service.IBusJcbDmcgyqService;
|
|
|
+import com.railway.business.catenary.service.IBusJcbFdfxjyqService;
|
|
|
+import com.railway.business.catenary.service.IBusJcbGlkgService;
|
|
|
+import com.railway.business.catenary.service.IBusJcbJcxcService;
|
|
|
+import com.railway.business.catenary.service.IBusJcbWjcxcService;
|
|
|
import com.railway.business.catenary.service.IBusJcebGjsfxService;
|
|
|
import com.railway.business.catenary.service.IBusJcebJddzService;
|
|
|
import com.railway.business.catenary.service.IBusJcebJyzqsjlService;
|
|
|
@@ -39,19 +45,38 @@ public class BusJcebController extends BaseController {
|
|
|
private final IBusJcebJddzService jddzService;
|
|
|
private final IBusJcebGjsfxService gjsfxService;
|
|
|
|
|
|
+ private final IBusJcbBlqService blqService;
|
|
|
+ private final IBusJcbDmcgyqService dmcgyqService;
|
|
|
+ private final IBusJcbFdfxjyqService fdfxjyqService;
|
|
|
+ private final IBusJcbGlkgService glkgService;
|
|
|
+ private final IBusJcbJcxcService jcxcService;
|
|
|
+ private final IBusJcbWjcxcService wjcxcService;
|
|
|
+
|
|
|
public BusJcebController(
|
|
|
IBusJcebXsjcjlService xsjcjlService,
|
|
|
IBusJcebQmjcjlService qmjcjlService,
|
|
|
IBusJcebLbjghjlService lbjghjlService,
|
|
|
IBusJcebJyzqsjlService jyzqsjlService,
|
|
|
IBusJcebJddzService jddzService,
|
|
|
- IBusJcebGjsfxService gjsfxService) {
|
|
|
+ IBusJcebGjsfxService gjsfxService,
|
|
|
+ IBusJcbBlqService blqService,
|
|
|
+ IBusJcbDmcgyqService dmcgyqService,
|
|
|
+ IBusJcbFdfxjyqService fdfxjyqService,
|
|
|
+ IBusJcbGlkgService glkgService,
|
|
|
+ IBusJcbJcxcService jcxcService,
|
|
|
+ IBusJcbWjcxcService wjcxcService) {
|
|
|
this.xsjcjlService = xsjcjlService;
|
|
|
this.qmjcjlService = qmjcjlService;
|
|
|
this.lbjghjlService = lbjghjlService;
|
|
|
this.jyzqsjlService = jyzqsjlService;
|
|
|
this.jddzService = jddzService;
|
|
|
this.gjsfxService = gjsfxService;
|
|
|
+ this.blqService = blqService;
|
|
|
+ this.dmcgyqService = dmcgyqService;
|
|
|
+ this.fdfxjyqService = fdfxjyqService;
|
|
|
+ this.glkgService = glkgService;
|
|
|
+ this.jcxcService = jcxcService;
|
|
|
+ this.wjcxcService = wjcxcService;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -88,6 +113,24 @@ public class BusJcebController extends BaseController {
|
|
|
case Lbjghjl:
|
|
|
list = lbjghjlService.getListByType(query);
|
|
|
break;
|
|
|
+ case Blq:
|
|
|
+ list = blqService.getListByType(query);
|
|
|
+ break;
|
|
|
+ case Dmcgyq:
|
|
|
+ list = dmcgyqService.getListByType(query);
|
|
|
+ break;
|
|
|
+ case Fdfxjyq:
|
|
|
+ list = fdfxjyqService.getListByType(query);
|
|
|
+ break;
|
|
|
+ case Glkg:
|
|
|
+ list = glkgService.getListByType(query);
|
|
|
+ break;
|
|
|
+ case Jcxc:
|
|
|
+ list = jcxcService.getListByType(query);
|
|
|
+ break;
|
|
|
+ case Wjcxc:
|
|
|
+ list = wjcxcService.getListByType(query);
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|
|
|
@@ -120,6 +163,24 @@ public class BusJcebController extends BaseController {
|
|
|
case Lbjghjl:
|
|
|
jcebRecordVo = lbjghjlService.getCountByType(query);
|
|
|
break;
|
|
|
+ case Blq:
|
|
|
+ jcebRecordVo = blqService.getCountByType(query);
|
|
|
+ break;
|
|
|
+ case Dmcgyq:
|
|
|
+ jcebRecordVo = dmcgyqService.getCountByType(query);
|
|
|
+ break;
|
|
|
+ case Fdfxjyq:
|
|
|
+ jcebRecordVo = fdfxjyqService.getCountByType(query);
|
|
|
+ break;
|
|
|
+ case Glkg:
|
|
|
+ jcebRecordVo = glkgService.getCountByType(query);
|
|
|
+ break;
|
|
|
+ case Jcxc:
|
|
|
+ jcebRecordVo = jcxcService.getCountByType(query);
|
|
|
+ break;
|
|
|
+ case Wjcxc:
|
|
|
+ jcebRecordVo = wjcxcService.getCountByType(query);
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|