瀏覽代碼

服务测试修复

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>