| | |
| | | <result column="wrk_no" property="wrkNo" /> |
| | | <result column="lift_no" property="liftNo" /> |
| | | <result column="send_time" property="sendTime" /> |
| | | <result column="mode" property="mode" /> |
| | | <result column="update_time" property="updateTime" /> |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="command" property="command" /> |
| | | <result column="system_status" property="systemStatus" /> |
| | | <result column="device_wrk" property="deviceWrk" /> |
| | | |
| | | </resultMap> |
| | | |
| | | <select id="selectByDeviceWrk" resultMap="BaseResultMap"> |
| | | select top 1 * from asr_bas_lift_opt |
| | | where device_wrk = #{deviceWrk} |
| | | order by send_time desc |
| | | </select> |
| | | |
| | | </mapper> |