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