chenhj
9 天以前 2ffade21c728ef905294aa6707a9924055afad4d
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">