فهرست منبع

服务测试修复

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>
         <where>
             <if test="mdid != null ">and m.mdid = #{mdid}</if>
             <if test="mdid != null ">and m.mdid = #{mdid}</if>
         </where>
         </where>
+        order by s.sort
     </select>
     </select>
 </mapper>
 </mapper>