@@ -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">