gongchunyi
3 天以前 bbc5a867aea31cf50265cd2031d0b319bca1e158
fix: 客户档案根据维护日期倒序
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/basic/CustomerMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -52,7 +52,7 @@
                )
            </if>-->
        </where>
        order by create_time desc
        order by maintenance_time desc
    </select>
    <select id="list" resultType="com.ruoyi.basic.vo.CustomerVo">