소스 검색

服务测试修复

ZhuDeKang 3 달 전
부모
커밋
f9364b38bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-api-patform/src/main/resources/mapper/interfaces/PtServiceMapper.xml

+ 1 - 0
ruoyi-api-patform/src/main/resources/mapper/interfaces/PtServiceMapper.xml

@@ -748,5 +748,6 @@ PUBLISH_TIME
         <where>
             <if test="mdid != null ">and m.mdid = #{mdid}</if>
         </where>
+        order by s.sort
     </select>
 </mapper>