huminmin
2026-06-03 4c6168cf60426dc1e9c95d575c5efc66bf8d9af9
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -45,6 +45,7 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by t1.create_time desc
    </select>
</mapper>