设置前效果
进入接口工具
1、复制工具里面的内容到文件,然后修改对应字段名称(“disabled”: true)
2、把内容复制到 mapper_zt-scripture_sql__responsefield.json
C:\0_RG\Code\RG6.PF\rg3-pf\RG3.Web.Host.PaaS\Config\Mapper\basis\zentao\mapper_zt-scripture_sql__responsefield.json
1、{date_diff_sort} 表示排序占位符
2、dateDiffMinute表示create_time多少分钟内数据置顶
{
"responseField": {
"manager": {
"order": "{date_diff_sort},sort_id asc",
"field": {
"sort": {
"createTime": {
"column": "create_time",
"dateDiffMinute": 5
}
}
}
}
}
}
推送并令配置生效(build-mapper-used)
http://localhost:5775/auth/main-content
设置后效果
文档更新时间: 2023-07-20 11:10 作者:admin