浏览代码

材料缴交提交表单

大数据与最优化研究所 1 年之前
父节点
当前提交
29981cd977

+ 1 - 1
src/main/java/com/xjrsoft/module/material/controller/MaterialTaskController.java

@@ -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(){{

+ 5 - 1
src/main/java/com/xjrsoft/module/material/vo/MaterialTaskAssignListVo.java

@@ -80,7 +80,11 @@ public class MaterialTaskAssignListVo {
      */
     @ApiModelProperty("表单发布")
     private String formReleaseIdCn;
-
+    /**
+     * 表单数据id
+     */
+    @ApiModelProperty("表单数据id")
+    private Long formDataId;
 
     /**
      * 用户名字