This commit is contained in:
苏竹红
2024-04-09 17:13:27 +08:00
parent 902905e2ea
commit f9e69f7014
4 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
package com.cool.store.service.impl;
import com.alibaba.excel.util.DateUtils;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.cool.store.constants.CommonConstants;
@@ -175,6 +176,7 @@ public class OpenAreaServiceImpl implements OpenAreaService {
hyOpenAreaInfoDOList.stream().forEach(x->{
OpenAreaVO openAreaVO = convertDoToVo(x);
openAreaVO.setUpdateUserName(userMap.get(x.getUpdateUserId()));
openAreaVO.setUpdateTime(DateUtils.format(x.getUpdateTime(),DateUtils.DATE_FORMAT_19));
list.add(openAreaVO);
});
hyOpenAreaInfoDOPageInfo.setList(list);