ZhaoMn 4 rokov pred
rodič
commit
25e491acfb

+ 1 - 1
railway-business/src/main/resources/mapper/catenary/BusJcbDmcgyqMapper.xml

@@ -612,7 +612,7 @@
     FROM base_dmcgyq t
     LEFT JOIN v_station v on t.dept_station_id = v.dept_station_id
     <where>
-      t.del_flag='0' and t.xclx = 'wjcxc'
+      t.del_flag='0'
       <if test="deptId!=null and deptId!=''">
         and v.dept_id=#{deptId}
       </if>

+ 1 - 1
railway-business/src/main/resources/mapper/catenary/BusJcbFdfxjyqMapper.xml

@@ -814,7 +814,7 @@
     FROM base_fjxgmd t
     LEFT JOIN v_station v on t.dept_station_id = v.dept_station_id
     <where>
-      t.del_flag='0' and t.xclx = 'wjcxc'
+      t.del_flag='0'
       <if test="deptId!=null and deptId!=''">
         and v.dept_id=#{deptId}
       </if>