Bladeren bron

【CHG】修改检测表PC端查询接口

xczzmn 4 jaren geleden
bovenliggende
commit
d4e7170ea0

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

@@ -365,7 +365,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_gjsfx t
     LEFT JOIN v_station v on t.station_id = v.station_id

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

@@ -283,7 +283,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_jddz t
     LEFT JOIN v_station v on t.station_id = v.station_id

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

@@ -252,7 +252,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_jyzqsjl t
     LEFT JOIN v_station v on t.station_id = v.station_id

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

@@ -287,7 +287,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_lbjghjl t
     LEFT JOIN v_station v on t.station_id = v.station_id

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

@@ -330,7 +330,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_qmjcjl t
     LEFT JOIN v_station v on t.station_id = v.station_id

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

@@ -313,7 +313,7 @@
     <result column="jcebType" property="jcebType"/>
   </resultMap>
 
-  <select id="getListByType" resultMap="BaseResultMap">
+  <select id="getListByType" resultMap="JcebResultMap">
     SELECT v.dept_name, v.station_name, t.operation_date, t.operator, #{jcebType} as jcebType
     FROM bus_jceb_xsjcjl t
     LEFT JOIN v_station v on t.station_id = v.station_id