Compare commits
No commits in common. "a324ff6f23f1120ffdcf9cd0e41338854d512da0" and "cb920721ef773b869e4536f663f3140bfcaa573e" have entirely different histories.
a324ff6f23
...
cb920721ef
|
|
@ -154,7 +154,7 @@ public class TicketController extends ControllerBase {
|
|||
public ApiResult<List<String>> getQuestions() {
|
||||
return ApiResult.success(Arrays.asList("技术设计问题", "装配工艺问题", "焊接质量问题", "机组装配质量问题", "电控问题"
|
||||
, "工况方案问题", "客户操作不当", "原材料配件质量问题", "QC检验遗漏/误差", "部件/整机外观", "安装问题", "调试问题"
|
||||
, "外购件质量问题", "运输问题", "非故障问题/参数咨询"));
|
||||
, "外购件质量问题", "运输问题"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -145,9 +145,7 @@ public class TicketController extends ControllerBase {
|
|||
@GetMapping("getQuestions")
|
||||
@ApiMark(moduleName = "工单管理", apiName = "获取问题类型", isPublic = true)
|
||||
public ApiResult<List<String>> getQuestions() {
|
||||
return ApiResult.success(Arrays.asList("技术设计问题", "装配工艺问题", "焊接质量问题", "机组装配质量问题", "电控问题"
|
||||
, "工况方案问题", "客户操作不当", "原材料配件质量问题", "QC检验遗漏/误差", "部件/整机外观", "安装问题", "调试问题"
|
||||
, "外购件质量问题", "运输问题", "非故障问题/参数咨询"));
|
||||
return ApiResult.success(Arrays.asList("技术设计问题", "装配工艺问题", "焊接质量问题", "机组装配质量问题", "电控问题", "工况方案问题", "操作不当", "原材料配件质量问题", "QC检验遗漏/误差", "部件/整机外观"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue