fix(系统设置): 修复项目版本可以创建空数据的缺陷

--bug=1027757 --user=王孝刚
【系统设置】github#25533,项目设置-版本管理,可以创建全是空格的数据,系统设置-工作空间,创建空格数据提示名称不能为空,不统一
https://www.tapd.cn/55049933/s/1398059
This commit is contained in:
wxg0103 2023-07-26 17:35:46 +08:00 committed by fit2-zhao
parent 33af32f800
commit 6a61b00dbb
4 changed files with 16 additions and 3 deletions

View File

@ -323,6 +323,13 @@
WHERE `group` = 'API_SCENARIO_TEST'AND enable IS TRUE
)
</if>
<if test="request.selectDataType == 'schedule' and request.selectDataRange == null ">
AND api_scenario.id IN
(
SELECT resource_id FROM `schedule`
WHERE `group` = 'API_SCENARIO_TEST'
)
</if>
<if test="request.selectDataRange == 'scheduleNotRun' ">
AND api_scenario.id IN
(

View File

@ -389,3 +389,5 @@ source_issue_template_is_empty=Copy error, source project is empty
select_resource_error_and_check=Select the resource error, check it please
load_test_file_not_have_jmx=Load test not have jmx file
load_test_file_is_not_jmx=Load test JMX file is illegal
version_name_is_null=Version name is not null
current_version_already_exists=Current version already exists

View File

@ -386,3 +386,5 @@ source_issue_template_is_empty=复制错误,源项目为空
select_resource_error_and_check=查找资源出错,请检查资源是否存在
load_test_file_not_have_jmx=性能测试里的JMX文件不存在
load_test_file_is_not_jmx=性能测试里的JMX文件不合法
version_name_is_null=版本名称不能为空
current_version_already_exists=当前版本已存在

View File

@ -385,3 +385,5 @@ source_issue_template_is_empty=複製錯誤,源項目為空
select_resource_error_and_check=查找資源出錯,請檢查資源是否存在
load_test_file_not_have_jmx=性能測試文件中不包含JMX文件
load_test_file_is_not_jmx=性能測試里的JMX文件不合法
version_name_is_null=版本名稱不能為空
current_version_already_exists=當前版本已存在