Jelajahi Sumber

招标项目上报建筑规模默认值调整

user5 1 tahun lalu
induk
melakukan
057c2054a2

+ 1 - 1
src/main/java/com/jeeplus/modules/projectrecord/service/ProjectReportedImportService.java

@@ -164,7 +164,7 @@ public class ProjectReportedImportService extends CrudService<ProjectReportedImp
         projectReportedImport.setProjectType("81");     //项目类型
         projectReportedImport.setPorjectStruct("099");  //工程结构
         projectReportedImport.setGCGMValue("50");       //建筑规模
-        projectReportedImport.setGCGMValueParameter("项");//建筑规模
+        projectReportedImport.setGCGMValueParameter("1项");//建筑规模
         projectReportedImport.setPorjectUse("09");      //工程用途
 
         projectReportedImport.setOffice(UserUtils.getSelectOffice());