自动化立体仓库 - WMS系统
#1
dubin
2025-11-03 3f3f4ffefd53cf66d4567a74f916845350dbd9e4
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>