自动化立体仓库 - WMS系统
#1
dubin
2025-10-29 76b573ef2fb61daa7894877ae3ad1bacf4c5db39
src/main/resources/mapper/LocMastMapper.xml
@@ -116,4 +116,8 @@
        AND loc_sts in ('O') order by row1
    </select>
    <select id="selectByBarcode" resultMap="BaseResultMap">
        SELECT top 1 * FROM [dbo].[asr_loc_mast] WHERE barcode = #{zpallet}
    </select>
</mapper>