From e2978564ff86ebe66d7b9a84faa0fcf46d4f44bc Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期四, 11 十一月 2021 14:18:17 +0800 Subject: [PATCH] Merge branch 'zhaozhengjie1104' into test --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActReserveAnswerContentServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActReserveAnswerContentServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActReserveAnswerContentServiceImpl.java index 3e7a335..2ff22c4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActReserveAnswerContentServiceImpl.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActReserveAnswerContentServiceImpl.java @@ -92,6 +92,8 @@ //渲染序号 HashMap<String,String> map = new HashMap<>(); map.put("nub",nub + ""); + //渲染登记时间 + map.put("time", DateUtils.format(registerDetailed.getCreateAt(),DateUtils.ymdhms_format)); //渲染用户昵称 map.put("nickName",registerDetailed.getNickName()); //查询记录填写答案并装载到数据集中 @@ -116,8 +118,6 @@ } //渲染登记流水号 map.put("id",registerDetailed.getId() + ""); - //渲染登记时间 - map.put("time", DateUtils.format(registerDetailed.getCreateAt(),DateUtils.ymdhms_format)); resultMapList.add(map); nub++; } -- Gitblit v1.7.1