自动化立体仓库 - WMS系统
#
zzgtfwq
2025-12-14 8f74af0d32e39326d106cc7fb5dfc8b1d1501abc
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