yuan
14 小时以前 d33d9a69500b79256371aa81f4be729128ffd745
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>