gongchunyi
昨天 ecd3a94b46c9ed0111c6517f32fe317049dbad93
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -19,5 +19,6 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by t1.quotation_no desc
    </select>
</mapper>