|
@@ -307,6 +307,7 @@ public class GovProjectCollectionManage { |
|
|
if(Objects.isNull(draft)){ |
|
|
if(Objects.isNull(draft)){ |
|
|
return null; |
|
|
return null; |
|
|
} |
|
|
} |
|
|
|
|
|
res.setDraftId(draftId); |
|
|
|
|
|
|
|
|
//1.基本信息 |
|
|
//1.基本信息 |
|
|
res.setBaseProjId(draft.getBaseProjId()); |
|
|
res.setBaseProjId(draft.getBaseProjId()); |
|
|