|
|
@@ -397,12 +397,12 @@ public class NodeAttachmentImpl implements NodeAttachmentService {
|
|
|
TdgyRes tdgy = tdgyService.getById(nodeId);
|
|
|
gdType = tdgy.getGdType();
|
|
|
}
|
|
|
- if("1".equals(gdType)) {
|
|
|
+ if("出让".equals(gdType)) {
|
|
|
//处理-规划条件出具依赖
|
|
|
nodeAttachment = this.assemblyAttachment(projectId,TdgyAttachmentNameEnum.NAME_2,nodeAttachment);
|
|
|
//处理-出让图形依赖
|
|
|
nodeAttachment = this.assemblyAttachment(projectId,TdgyAttachmentNameEnum.NAME_3,nodeAttachment);
|
|
|
- }else if("2".equals(gdType)) {
|
|
|
+ }else if("划拨".equals(gdType)) {
|
|
|
//处理-项目批准文件
|
|
|
nodeAttachment = this.assemblyAttachment(projectId,TdgyHbAttachmentNameEnum.NAME_1,nodeAttachment);
|
|
|
//处理-土地权属来源文件
|