gongchunyi
2026-06-28 7d6b1cb01d8340c6d86fbf98fd34fe4ca822f57d
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -18,5 +18,6 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by quotation_no
    </select>
</mapper>