liding
2026-04-15 1d2d3760bef94013f80cae555bdcbfb2268929a2
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>