|
|
@@ -212,7 +212,7 @@ public class FzssServiceImpl implements IFzssService {
|
|
|
if (fzxzDTO.getUseMultiple()) {
|
|
|
// 允许多地块
|
|
|
int multDistanc = fzxzDTO.getMultipleDistance();
|
|
|
-
|
|
|
+ // TODO 添加面积筛选
|
|
|
} else {
|
|
|
// 不允许多地块,删除面积不符合要求的地块
|
|
|
tableDateService.delByArea(rawTable, fzxzDTO.getYdmjbegin(), fzxzDTO.getYdmjend());
|
|
|
@@ -230,8 +230,8 @@ public class FzssServiceImpl implements IFzssService {
|
|
|
iLogService.saveLog(fzxzDTO.getBsm(), "辅助选址", "计算完成", "info");
|
|
|
|
|
|
// 7.生成报告,生成world文件
|
|
|
- FzxzReport fzxzReport = iReportService.createReport(fzxzDTO.getBsm(), null);
|
|
|
- updateFzxzReport(taskId, fzxzReport.getReportfile());
|
|
|
+ // FzxzReport fzxzReport = iReportService.createReport(fzxzDTO.getBsm(), null);
|
|
|
+ // updateFzxzReport(taskId, fzxzReport.getReportfile());
|
|
|
|
|
|
// 8.开始规划,更新任务状态
|
|
|
updateFzxzStatus(taskId, Rwzt.getComplete());
|