Commit c6849893 authored by 史志龙's avatar 史志龙

分析算法更新--shizhilong

parent ae7f6c82
...@@ -279,6 +279,8 @@ public class AnalysisLineBatchController extends JeecgController<AnalysisLineBat ...@@ -279,6 +279,8 @@ public class AnalysisLineBatchController extends JeecgController<AnalysisLineBat
List<String> ekTypeList = new ArrayList<>(); List<String> ekTypeList = new ArrayList<>();
if (dto.getEkType().contains(",")) { if (dto.getEkType().contains(",")) {
ekTypeList = Arrays.asList(dto.getEkType().split(",")); ekTypeList = Arrays.asList(dto.getEkType().split(","));
}else {
ekTypeList.add(dto.getEkType());
} }
dto.setEkTypeList(ekTypeList); dto.setEkTypeList(ekTypeList);
Page<AnalysisLineBatchWorkVO> pageData = new Page<>(pageNo, pageSize); Page<AnalysisLineBatchWorkVO> pageData = new Page<>(pageNo, pageSize);
......
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