fix(测试跟踪): 缺陷导出系统状态字段有误
This commit is contained in:
parent
655e4bd239
commit
8ee6eddc25
|
@ -774,7 +774,8 @@ public class IssuesService {
|
|||
fieldDao.setValue("\"" + format + "\"");
|
||||
}
|
||||
if (StringUtils.equalsAnyIgnoreCase(customField.getType(), CustomFieldType.SELECT.getValue(),
|
||||
CustomFieldType.MULTIPLE_SELECT.getValue(), CustomFieldType.CHECKBOX.getValue(), CustomFieldType.RADIO.getValue())) {
|
||||
CustomFieldType.MULTIPLE_SELECT.getValue(), CustomFieldType.CHECKBOX.getValue(), CustomFieldType.RADIO.getValue())
|
||||
&& !StringUtils.equalsAnyIgnoreCase(customField.getName(), SystemCustomField.ISSUE_STATUS)) {
|
||||
fieldDao.setValue(parseOptionValue(customField.getOptions(), fieldDao.getValue()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue