|
|
|
@ -189,7 +189,7 @@ public class InspectionTaskController extends BladeController { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Operation(summary = "新版热表电子档案打印", description = "传入JSONObject") |
|
|
|
@Operation(summary = "新版热表电子档案打印", description = "传入JSONObject") |
|
|
|
@RequestMapping(value = "/newPagePrint", method = RequestMethod.POST) |
|
|
|
@PostMapping(value = "/newPagePrint") |
|
|
|
public R newPagePrint(@RequestBody JSONObject data) { |
|
|
|
public R newPagePrint(@RequestBody JSONObject data) { |
|
|
|
Long woId = data.getLong("woId"); |
|
|
|
Long woId = data.getLong("woId"); |
|
|
|
List<Boolean> planList = data.getJSONArray("planList").toJavaList(Boolean.class); // 工序
|
|
|
|
List<Boolean> planList = data.getJSONArray("planList").toJavaList(Boolean.class); // 工序
|
|
|
|
|