Commit 0111b748 authored by shiziyuan9527's avatar shiziyuan9527 Committed by 刘瑞斌
Browse files

fix: 获取是否开启场景ID自定义

parent 738b60b2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -249,7 +249,7 @@ public class ApiAutomationService {
String projectId = request.getProjectId();
Project project = projectMapper.selectByPrimaryKey(projectId);
if (project != null) {
Boolean customNum = project.getCustomNum();
Boolean customNum = project.getScenarioCustomNum();
// 未开启自定义ID
if (!customNum) {
request.setCustomNum(null);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment