huminmin
6 天以前 31a5d6d89b7aa5abd5d8a83aca7fe2700cba029f
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -17,5 +17,6 @@
                AND t1.status = #{salesQuotationDto.status}
            </if>
        </where>
        order by t1.id desc
    </select>
</mapper>