3 天以前 1da93e8301d81b314fb76bda62d839bdee30a421
src/main/resources/mapper/purchase/PurchaseLedgerMapper.xml
@@ -66,7 +66,7 @@
            <if test="c.supplierId != null">
                AND pl.supplier_id = #{c.supplierId}
            </if>
            <if test="c.supplierType != null and c.supplierType != ''">
            <if test="c.supplierType != null">
                AND sm.supplier_type = #{c.supplierType}
            </if>
        </where>