Преглед изворни кода

接口信息 详情列表排序

wangzhe пре 2 година
родитељ
комит
8dac380f30
1 измењених фајлова са 1 додато и 0 уклоњено
  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">