Commit 5d48ee93 authored by wanghao's avatar wanghao

1 扫托盘 上料 测试

parent 1559d160
...@@ -62,6 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -62,6 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fCreateTime != null "> and storeyInfo.f_create_time = #{fCreateTime}</if> <if test="fCreateTime != null "> and storeyInfo.f_create_time = #{fCreateTime}</if>
<if test="fAlarmTime != null "> and storeyInfo.f_alarm_time = #{fAlarmTime}</if> <if test="fAlarmTime != null "> and storeyInfo.f_alarm_time = #{fAlarmTime}</if>
</where> </where>
order by storeyInfo.f_storey_id desc
</select> </select>
<select id="queryByDepartmentId" parameterType="long" resultMap="TStoreyInfoResult"> <select id="queryByDepartmentId" parameterType="long" resultMap="TStoreyInfoResult">
<include refid="selectTStoreyInfoVo"/> <include refid="selectTStoreyInfoVo"/>
......
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