hanfucheng преди 9 месеца
родител
ревизия
1f25e7e606
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionSteelcylinderLogMapper.xml

+ 1 - 0
src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionSteelcylinderLogMapper.xml

@@ -45,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="steelcylinderName != null  and steelcylinderName != ''"> and a.steelcylinder_name like concat('%', #{steelcylinderName}, '%')</if>
             ${params.dataScope}
         </where>
+        order by a.update_time desc
     </select>
 
     <select id="selectCenterdataTHousingconstructionSteelcylinderLogById" parameterType="String" resultMap="CenterdataTHousingconstructionSteelcylinderLogResult">