Przeglądaj źródła

Merge branch 'v5.0.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v5.0.0dev

evoxwht 2 lat temu
rodzic
commit
c5f04a10c1
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
 
+        $tableInfo = null;
         //先检查表存在则
         if ($id) {
             $this->updateFromCommon($tableName, $tableComment);