自动化立体仓库 - WMS系统
zwl
2026-01-15 2b80cfa1ea7b8f177cc53e1ed3299e4db3ecac1d
src/main/resources/mapper/third/ExdInstockSourceMapper.xml
@@ -52,12 +52,18 @@
    <select id="listOrderNo" resultType="java.lang.String">
        select distinct fbillno
        from Exd_Instock_Source
        where status = 0
        where status in(0,4)
    </select>
    <select id="deletelistOrderNo" resultType="com.zy.third.entity.ExdInstockSource">
        select *
        from Exd_Instock_Source
        where status = 5
    </select>
    <select id="listAll" resultType="com.zy.third.entity.ExdInstockSource">
            select  * from Exd_Instock_Source where fbillno = #{orderNo}
            select  * from Exd_Instock_Source where fbillno = #{orderNo} and Status in(0,1,2,3,4)
    </select>