Commit 65b1a423 authored by suhuiguang's avatar suhuiguang

1.删除测试数据-全景监控

parent b642bb7a
......@@ -248,8 +248,7 @@ public class View3dServiceImpl implements IView3dService {
List<SafetyIndexDetailVo> resultList = Lists.newArrayList();
String dateStr = DateUtil.getDateFormat(new Date(),DateUtil.DATE_DEFAULT_FORMAT);
Map<String,Object> params = new HashMap<>();
// params.put("orgCode",orgCode);
params.put("orgCode","1*2");
params.put("orgCode",orgCode);
params.put("date",dateStr);
if(StatisticsErrorTypeEum.risk.getCode().equals(type)){
//1.按照日期+机构,查询出所有风险点
......
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