|
|
@@ -255,7 +255,7 @@ public class MaterialTaskController {
|
|
|
return RT.ok(materialTaskService.assignList(dto));
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/view -contents")
|
|
|
+ @GetMapping("/view-contents")
|
|
|
@ApiOperation(value = "查看填报的表单")
|
|
|
public R viewContent(@Valid ViewContentDto dto) {
|
|
|
return R.ok(formExecuteService.getInfoByTemplateId(new FormExecuteInfoDto(){{
|