智慧保安后台管理-外网-验收版本
tangzy
2021-09-15 ff7b03055d36d1217858fd96d57a73c85e366bef
src/main/java/org/springblade/modules/information/controller/InformationController.java
@@ -231,13 +231,11 @@
          format = new SimpleDateFormat("yyyy-MM-dd").format(information.getEstablishtime());
      }
      //内网同步
      String s1 = "update sys_information set creditcode = " + "'" + information.getCreditcode() + "'" +
         ",enterprisename = " + "'" + information.getEnterprisename() + "'" +
      String s1 = "update sys_information set creditCode = " + "'" + information.getCreditcode() + "'" +
         ",enterpriseName = " + "'" + information.getEnterprisename() + "'" +
         ",representative = " + "'" + information.getRepresentative() + "'" +
         ",establishtime = " + "'" + format + "'" +
         ",registeredcapital = " + "'" + information.getRegisteredcapital() + "'" +
         ",organizationcode = " + "'" + information.getOrganizationcode() + "'" +
         ",registrationnumber = " + "'" + information.getRegistrationnumber() + "'" +
         ",establishTime = " + "'" + format + "'" +
         ",registeredCapital = " + "'" + information.getRegisteredcapital() + "'" +
         ",jurisdiction = " + "'" + information.getJurisdiction() + "'" +
         ",enterprises = " + "'" + information.getEnterprises() + "'" +
         ",address = " + "'" + information.getAddress() + "'" +
@@ -247,7 +245,6 @@
         ",industry = " + "'" + information.getIndustry() + "'" +
         ",departmentid = " + "'" + information.getDepartmentid() + "'" +
         ",stats = " + "'" + information.getStats() + "'" +
         ",jurisdiction = " + "'" + information.getJurisdiction() + "'" +
         ",representativecell = " + "'" + information.getRepresentativecell() + "'" +
         ",contacts = " + "'" + information.getContacts() + "'" +
         ",contactscell = " + "'" + information.getContactscell() + "'" +