1
luxiaotao1123
2021-09-24 cdc10eca2be8e548c6b05a0e5eb91fef38b587d1
src/main/resources/mapper/OutStockMapper.xml
@@ -61,6 +61,7 @@
        b.FAdd,b.Fflag_finish, a.Fname, a.Fmodel
        from OutStockBillEntry a left join OutStockBill b on a.FInterID = b.FInterID
        where 1=1
        and b.Fflag_finish != 1
        <if test="FSourceBillNo!=null and FSourceBillNo!='' ">
            and a.FSourceBillNo = #{FSourceBillNo}
        </if>