| | |
| | | <select id="findByWorkNo" resultMap="BaseResultMap"> |
| | | select wrk_no, mat_no, mat_name, qty from asr_wrk_detl where 1=1 and wrk_no = #{workNo} |
| | | </select> |
| | | |
| | | <select id="devpPackNo" resultMap="BaseResultMap"> |
| | | select top 1 * from asr_wrk_detl_log where 1=1 and wrk_no = #{workNo} order by io_time desc |
| | | </select> |
| | | <select id="devpPackNo1" resultMap="BaseResultMap"> |
| | | select top 1 * from asr_wrk_detl where 1=1 and wrk_no = #{workNo} order by io_time desc |
| | | </select> |
| | | <update id="updateIoTime"> |
| | | update asr_wrk_detl |
| | | set io_time = #{ioTime} |