丁治程 1 year ago
parent
commit
ec199086cd

+ 1 - 0
module_cmms/src/main/java/org/jeecg/modules/cmmsInspect/mapper/xml/CmmsInspectMapper.xml

@@ -99,6 +99,7 @@
         <where>
             <if test="cmmsInspect.equipmentid != null and cmmsInspect.equipmentid != ''">c.equipmentid = #{cmmsInspect.equipmentid}</if>
         </where>
+        ORDER BY t.create_time desc
     </select>
 
 </mapper>