温红权 8 lat temu
rodzic
commit
6d52b3951c

+ 1 - 1
VisualInspection_server/src/main/java/com/xintong/visualinspection/mapper/master/CheckAppealMapper.xml

@@ -40,7 +40,7 @@
         </if>
         <if test="appeal_dept != null">AND ca.appeal_dept = #{appeal_dept}</if>
         <if test="check_status != null">AND ct.check_status = #{check_status}</if>
-        ORDER BY ca.appeal_time DESC
+        ORDER BY ct.start_time DESC
     </select>
 
     <select id="getOne" parameterType="java.lang.Long" resultMap="BaseResultMap" >

+ 1 - 1
VisualInspection_server/src/main/java/com/xintong/visualinspection/mapper/master/CheckApplylMapper.xml

@@ -40,7 +40,7 @@
 	            #{apply_id}
 	        </foreach>
        	</if>
-        ORDER BY ca.apply_time DESC
+        ORDER BY ct.start_time DESC
     </select>
 
     <select id="getOne" parameterType="java.lang.Long" resultMap="BaseResultMap" >