bug: 搜索中心排序修改

This commit is contained in:
wxyclub
2023-11-13 09:08:40 +08:00
parent ad68c11ab1
commit ec72e577f4
4 changed files with 35 additions and 24 deletions
@@ -121,6 +121,7 @@ public class SendBussMQService {
}else{
saveMap.put("put_time_data",-1000000000000000000L);
}
saveMap.put("warehousingTime",sdf.format(infoEO.getCreationTime())); // 入库时间
//查询字典表,形成Hash映射提升速度
List<DicTypeEO> dicInfo = dicTypeEODao.getDicInfo("dic_id","dic_type_code", "dic_type_name","show_index");