自动化立体仓库 - WMS系统
zhang
2025-09-25 d093cdb0c7a57c09da5eb5d176f9e9e71820fece
src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,9 +30,14 @@
    </select>
    <select id="getBacode" resultType="com.zy.third.entity.ExdvYanbu" parameterType="string">
        <!--
        SELECT top 1 *
        FROM [Textile].[trade].[TianfuQcResult]
        where Barcode = #{barcode}
        -->
        SELECT top 1 *
        FROM ExdV_Yanbu
        where Barcode = #{barcode}
    </select>
</mapper>