zhang_nuo
3 天以前 dcb687e06191ebd38fd1b44a76a77bf20a1d9b8e
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>