yuan
昨天 8c3fcb031f619012af74fb682e1bb6c44cb9b4d6
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>