* Add sql check and modify zentao sql.

This commit is contained in:
songchenxuan
2023-06-20 10:16:26 +08:00
parent e76f50a3f0
commit fa3a7dc79e
8 changed files with 65 additions and 8 deletions
+5
View File
@@ -9181,6 +9181,11 @@ class upgradeModel extends model
$data->stage = 'draft';
$fieldSettings = array();
}
elseif(!$this->dataview->checkUniColumn($querySQL))
{
$data->stage = 'draft';
$fieldSettings = array();
}
else
{
$fieldSettings = $this->getFieldSettings($sql);