src/main/resources/mapper/MatMapper.xml
@@ -44,6 +44,7 @@ <result column="memo" property="memo" /> <result column="stock" property="stock" /> <result column="area_id" property="areaId"/> </resultMap> <select id="listByPage" resultMap="BaseResultMap"> @@ -111,6 +112,13 @@ </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 (