Commit 0f541570 authored by 韩桐桐's avatar 韩桐桐

fix(jg):维修告知bug

parent feac31c0
......@@ -228,4 +228,7 @@ public class JgMaintainNoticeDto extends BaseDto {
@ApiModelProperty(value = "设备代码")
private String equCode;
@ApiModelProperty("工程装置")
private String projectContraption;
}
......@@ -161,7 +161,7 @@ public class JgMaintainNoticeServiceImpl extends BaseService<JgMaintainNoticeDto
maintainInfo.put("constructionManagerId", ObjectUtils.isEmpty(notice.getConstructionManagerId()) ? null : notice.getConstructionManagerId() + "_" + notice.getConstructionManager());
maintainInfo.put("county", ObjectUtils.isEmpty(notice.getCounty()) ? null : notice.getCounty() + "_" + notice.getCountyName());
maintainInfo.put("fullAddress", notice.getProvinceName() + notice.getCityName() + notice.getCounty() + notice.getStreetName() + notice.getAddress());
maintainInfo.put("projectContraption", notice.getProjectContraption());
maintainInfo.put("EQU_LIST_CODE", notice.getEquListCode());
maintainInfo.put("EQU_CATEGORY_CODE", notice.getEquCategory());
maintainInfo.put("QUERY_TYPE", "GZ_WX");
......
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