|
@@ -90,7 +90,7 @@ public class TmEstateServiceImpl extends ServiceImpl<TmEstateDao, TmEstate> impl
|
|
|
//导出的数据
|
|
|
Map<String, String> item;
|
|
|
List<Map> dataList = new ArrayList<>();
|
|
|
- int num = 0;
|
|
|
+ int num = 0;
|
|
|
DateTimeFormatter df = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
|
|
List<String> cols = Arrays.asList("楼盘编码", "楼盘名称", "航拍数量", "景观图数量", "售楼处数量", "样板间数量", "讲房售楼处数量", "讲房样板间数量",
|
|
|
"讲房点位数量", "创建人","创建时间", "更新时间", "状态", "审核人", "审核时间");
|