1.部门筛选调整
This commit is contained in:
@@ -92,8 +92,8 @@ public class DisPhotovoltaicController {
|
||||
public void import380KV(MultipartFile file, HttpServletResponse response) throws Exception {
|
||||
List<DisPhotovoltaic380Excel> list = EasyExcel.read(file.getInputStream())
|
||||
.head(DisPhotovoltaic380Excel.class)
|
||||
.headRowNumber(1)
|
||||
.sheet(0).doReadSync();
|
||||
.headRowNumber(2)
|
||||
.sheet(3).doReadSync();
|
||||
list = list.stream()
|
||||
.filter(t -> StrUtil.isNotBlank(t.getGenerationUserID()))
|
||||
.filter(t -> StrUtil.isNotBlank(t.getStageID()))
|
||||
|
||||
Reference in New Issue
Block a user