yaowanxin
9 天以前 377900a395f0238c98c5fbc945c2bea302b964f1
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">