Sfoglia il codice sorgente

修改生成crud bug

liaofei 2 anni fa
parent
commit
92585d2b80
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      crmeb/app/services/system/SystemCrudServices.php

+ 1 - 0
crmeb/app/services/system/SystemCrudServices.php

@@ -502,6 +502,7 @@ class SystemCrudServices extends BaseServices
 
 
         $data['softDelete'] = false;
         $data['softDelete'] = false;
 
 
+        $tableInfo = null;
         //先检查表存在则
         //先检查表存在则
         if ($id) {
         if ($id) {
             $this->updateFromCommon($tableName, $tableComment);
             $this->updateFromCommon($tableName, $tableComment);