Browse Source

接口信息 详情列表排序

wangzhe 2 years ago
parent
commit
8dac380f30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mybusiness/src/main/resources/mapper/apply/IntRecordMapper.xml

+ 1 - 0
mybusiness/src/main/resources/mapper/apply/IntRecordMapper.xml

@@ -80,6 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="selectIntDetailedList" parameterType="IntDetailed" resultMap="IntDetailedResult">
         <include refid="selectIntDetailedVo"/>
         <if test="recordId != null "> and b.record_id = #{recordId}</if>
+        order by b.int_code
     </select>
     
     <select id="selectIntRecordById" parameterType="String" resultMap="IntRecordIntDetailedResult">