Commit 76313e16 authored by hezhuozhi's avatar hezhuozhi

应急管理系统,查询各地市应急数据统计,后端服务查询sql报错

parent 74ae1035
...@@ -92,11 +92,13 @@ public class AlertStatistics extends BaseEntity { ...@@ -92,11 +92,13 @@ public class AlertStatistics extends BaseEntity {
/** /**
* 平均救援时长(分钟) * 平均救援时长(分钟)
*/ */
@TableField(exist = false)
private String avgTime; private String avgTime;
/** /**
* 30分钟内到达次数 * 30分钟内到达次数
*/ */
@TableField(exist = false)
private Integer withinThirtyRescue; private Integer withinThirtyRescue;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment