自动化立体仓库 - WMS系统
Junjie
2023-05-13 5b957de9535cf32876777eba52ce68e10b4ff24b
src/main/resources/mapper/LocDetlMapper.xml
@@ -341,4 +341,10 @@
            and maktx like '%' + #{maktx} + '%';
        </if>
    </select>
    <select id="selectByLocNo" resultMap="BaseResultMap">
        select * from asr_loc_detl
        where 1=1
        and loc_no = #{locNo}
    </select>
</mapper>