Commit c462676a authored by 耿迪迪's avatar 耿迪迪

设备信息排序

parent b45d0c9b
......@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="inspectionTime != null "> and inspection_time = #{inspectionTime}</if>
<if test="remarks != null and remarks != ''"> and remarks = #{remarks}</if>
</where>
ORDER BY installation_time DESC
</select>
<select id="selectTDeviceInfoById" parameterType="int" resultMap="TDeviceInfoResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment