Commit 95f49a34 authored by chenzhao's avatar chenzhao

报检流程问题修复

parent 76d0f68d
...@@ -108,7 +108,7 @@ public class JyjcInspectionApplicationModel extends BaseModel { ...@@ -108,7 +108,7 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty(value = "产品质量证明书") @ApiModelProperty(value = "产品质量证明书")
private List<Map<String,Object>> cpzl; private List<Map<String,Object>> cpzl;
@ApiModelProperty(value = "施工自行检查报告") @ApiModelProperty(value = "施工自行检查报告")
private List<Map<String,Object>> sgzx ; private List<Map<String,Object>> sgzxbg ;
@ApiModelProperty(value = "施工合同或证明") @ApiModelProperty(value = "施工合同或证明")
private List<Map<String,Object>> sght; private List<Map<String,Object>> sght;
@ApiModelProperty(value = "施工方案/施工设计文件") @ApiModelProperty(value = "施工方案/施工设计文件")
......
...@@ -467,6 +467,7 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec ...@@ -467,6 +467,7 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec
entity.setWorkflowRole(role); entity.setWorkflowRole(role);
} }
entity.setStatus(status); entity.setStatus(status);
entity.setAcceptDate(new Date());
this.updateById(entity); this.updateById(entity);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment