| | |
| | | <result column="item_num" property="itemNum" /> |
| | | <result column="safe_qty" property="safeQty" /> |
| | | <result column="weight" property="weight" /> |
| | | <result column="length" property="length" /> |
| | | <result column="man_length" property="manLength" /> |
| | | <result column="volume" property="volume" /> |
| | | <result column="three_code" property="threeCode" /> |
| | | <result column="supp" property="supp" /> |
| | |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="selectNewUpdateTime" resultMap="BaseResultMap"> |
| | | select top 1 * from man_mat |
| | | where 1=1 |
| | | ORDER BY create_time ASC |
| | | -- ORDER BY update_time DESC |
| | | </select> |
| | | |
| | | <select id="getMatTurnPage" resultMap="BaseResultMap"> |
| | | select * from |
| | | ( |