src/main/resources/mapper/MatMapper.xml
@@ -117,6 +117,14 @@ </if> </select> <select id="selectByMatnrLink10" resultMap="BaseResultMap"> select TOP 20 * from man_mat where 1=1 <if test="matnr != null and matnr != ''"> and mm.matnr like concat('%',#{matnr},'%') </if> </select> <select id="selectNewUpdateTime" resultMap="BaseResultMap"> select top 1 * from man_mat where 1=1