@@ -56,6 +56,7 @@ public class BusJcebController extends BaseController {
@GetMapping(value = "listByType")
public TableDataInfo listByType(JcebQueryVo query) {
startPage();
+
JcebTypeEnum jcebTypeEnum = JcebTypeEnum.ofValue(query.getJcebType());
List<JcebRecordVo> list = null;
switch (jcebTypeEnum){
@@ -373,7 +373,7 @@
and t.station_id=#{stationId}
</if>
<if test="deptId!=null and deptId!=''">
- and t.dept_id=#{deptId}
+ and v.dept_id=#{deptId}
<if test="pillarCode!=null and pillarCode!=''">
and t.pillar_code=#{pillarCode}