|
@@ -266,7 +266,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
|
|
<select id="selectLabControlNewMegById" resultMap="LabControlResult">
|
|
<select id="selectLabControlNewMegById" resultMap="LabControlResult">
|
|
|
<include refid="selectLabControlVo"/>
|
|
<include refid="selectLabControlVo"/>
|
|
|
- where id = #{id}
|
|
|
|
|
|
|
+ where hardware_id = #{id}
|
|
|
order by create_time desc limit 1
|
|
order by create_time desc limit 1
|
|
|
</select>
|
|
</select>
|
|
|
</mapper>
|
|
</mapper>
|