Commit 34c48c6f authored by 韩桐桐's avatar 韩桐桐

fix(jg):改造告知通过驳回接口+作废接口调整

parent 4f55def9
...@@ -184,6 +184,9 @@ public class JgReformNoticeDto extends BaseDto { ...@@ -184,6 +184,9 @@ public class JgReformNoticeDto extends BaseDto {
@ApiModelProperty(value = "管道列表") @ApiModelProperty(value = "管道列表")
private List<Map<String, Object>> pipelineList; private List<Map<String, Object>> pipelineList;
@ApiModelProperty(value = "删除的管道列表")
private List<Map<String, Object>> delPipelineList;
@ApiModelProperty (value = "区名字") @ApiModelProperty (value = "区名字")
private String countyName; private String countyName;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
isn.inform_number AS informNumber, isn.inform_number AS informNumber,
isn.next_task_id as nextTaskId, isn.next_task_id as nextTaskId,
isn.cancel_reason as cancelReason, isn.cancel_reason as cancelReason,
isn.project_contraption_id as projectContraptionId,
DATE_FORMAT(isn.plan_date,'%Y-%m-%d') AS planDate, DATE_FORMAT(isn.plan_date,'%Y-%m-%d') AS planDate,
DATE_FORMAT(isn.notice_date,'%Y-%m-%d') AS noticeDate, DATE_FORMAT(isn.notice_date,'%Y-%m-%d') AS noticeDate,
DATE_FORMAT(isn.accept_date,'%Y-%m-%d') AS acceptDate, DATE_FORMAT(isn.accept_date,'%Y-%m-%d') AS acceptDate,
......
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