huminmin
2026-04-07 082775e3035f37f295f6d394a2a27a2dfee5ff32
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -15,8 +15,5 @@
        <if test="salesQuotationDto.customer != null and salesQuotationDto.customer != '' ">
            AND t1.customer = #{salesQuotationDto.customer}
        </if>
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
    </select>
</mapper>