自动化立体仓库 - WMS系统
zwl
2025-11-21 893f659d3923a710273b1e180eea2bcf614df403
src/main/resources/mapper/third/ExdOutstockSourceMapper.xml
@@ -55,12 +55,18 @@
    <select id="listOrderNo" resultType="java.lang.String">
            select distinct fbillno
            from Exd_Outstock_Source
            where status = 0
            where status in (0,4)
    </select>
    <select id="deletelistOrderNo" resultType="com.zy.third.entity.ExdOutstockSource">
        select *
        from Exd_Outstock_Source
        where status  = 5
    </select>
    <select id="listAll" resultType="com.zy.third.entity.ExdOutstockSource">
            select * from Exd_Outstock_Source where fbillno = #{orderNo}
            select * from Exd_Outstock_Source where fbillno = #{orderNo} and Status in(0,1,2,3,4)
    </select>