Преглед на файлове

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

user5 преди 1 година
родител
ревизия
057c2054a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/com/jeeplus/modules/projectrecord/service/ProjectReportedImportService.java

+ 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());