yaowanxin
6 天以前 acfd83a6d586ebe09bec7e5470006f70adb81392
src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
@@ -49,6 +49,9 @@
            <if test="c.customerName != null and c.customerName != ''">
                AND A.customer_name LIKE CONCAT('%', #{c.customerName}, '%')
            </if>
            <if test="c.projectName != null and c.projectName != ''">
                AND A.project_name LIKE CONCAT('%', #{c.projectName}, '%')
            </if>
        </where>
    </select>
    <select id="listVat" resultType="com.ruoyi.purchase.dto.VatDto">