huminmin
3 天以前 353f44a6a33b1f557c1fb8e11eda4d425b8db668
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>