buhuazhen
2026-06-02 c3bd082c478420b3a5dbfe08e0dc09bc10c03310
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>