소스 검색

Merge remote-tracking branch 'origin/master'

LLL 1 년 전
부모
커밋
6beede6d86
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      module_cmms/src/main/java/org/jeecg/modules/cmmsInspect/mapper/xml/CmmsInspectMapper.xml

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

@@ -33,6 +33,7 @@
             <if test="cmmsInspect.inspectname != null and cmmsInspect.inspectname != ''">and t.inspectname like concat('%',#{cmmsInspect.inspectname},'%')</if>
             <if test="cmmsInspect.planname != null and cmmsInspect.planname != ''">and p.planname like concat('%',#{cmmsInspect.planname},'%')</if>
         </where>
+        order by t.create_time desc
     </select>