| | |
| | | </update> |
| | | |
| | | <select id="selectComplete" resultMap="BaseResultMap"> |
| | | select top 5 * |
| | | select top 500 * |
| | | from man_order_pakout |
| | | where 1=1 |
| | | and settle = 4 |
| | |
| | | </select> |
| | | |
| | | <select id="selectComplete8" resultMap="BaseResultMap"> |
| | | select top 5 * |
| | | select top 500 * |
| | | from man_order_pakout |
| | | where 1=1 |
| | | and settle = 8 |
| | |
| | | </select> |
| | | |
| | | <insert id="addToLogTable"> |
| | | INSERT INTO man_order_log SELECT * FROM man_order_pakout WHERE id = #{id} |
| | | INSERT INTO man_order_log_pakout SELECT * FROM man_order_pakout WHERE id = #{id} |
| | | </insert> |
| | | |
| | | <select id="selectorderNoL" resultMap="BaseResultMap"> |