Commit 5d5b6ea1 authored by 吴卿华's avatar 吴卿华

Merge remote-tracking branch 'origin/master'

parents a293c73d c462676a
......@@ -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