自动化立体仓库 - WMS系统
#
野心家
2025-04-28 4dffb4cbf5febb2e8f7436f28ca3470a35bee5d4
src/main/resources/mapper/LocDetlMapper.xml
@@ -98,7 +98,7 @@
            and a.anfme like '%' + #{anfme} + '%'
        </if>
        <if test="batch!=null and batch!='' ">
            and a.batch like  #{batch}
            and a.batch like  '%' + #{batch} + '%'
        </if>
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
@@ -322,5 +322,7 @@
        where loc_no=#{locNo}
    </select>
    <select id="selectByMatnr" resultType="com.zy.asrs.entity.LocDetl">
        select * from asr_loc_detl where matnr=#{matnr}
    </select>
</mapper>