|
@@ -234,6 +234,7 @@ public class BizDayworkController extends BaseController {
|
|
// 如果有报工数据
|
|
// 如果有报工数据
|
|
if (!dayworkList.isEmpty()) {
|
|
if (!dayworkList.isEmpty()) {
|
|
// 将符合条件(需要在页面展示的daywork)的 dayworkList 中的 technologicalProcessId,整合到一个List集合中,需要根据这些technologicalProcessId,获取到相应的工艺工序清单
|
|
// 将符合条件(需要在页面展示的daywork)的 dayworkList 中的 technologicalProcessId,整合到一个List集合中,需要根据这些technologicalProcessId,获取到相应的工艺工序清单
|
|
|
|
+ system.out.println("有报工数据:"+dayworkList);
|
|
List<Long> technologicalProcessIds = dayworkList.stream()
|
|
List<Long> technologicalProcessIds = dayworkList.stream()
|
|
.map(BizDaywork::getTechnologicalProcessId)
|
|
.map(BizDaywork::getTechnologicalProcessId)
|
|
.collect(Collectors.toList());
|
|
.collect(Collectors.toList());
|