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">