自动化立体仓库 - WMS系统
#
zzgtfwq
16 小时以前 d854c87dcb5dfc629a7e1e3e8d693271908e592f
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