refactor(缺陷管理): 去掉console
This commit is contained in:
parent
89899d2678
commit
e5e2e4e421
|
@ -204,7 +204,7 @@ public class FileAssociationService {
|
|||
fileAssociationUpdateServiceInvoker.handleUpgrade(fileAssociation, newFileMetadata);
|
||||
if(StringUtils.equals(newFileMetadata.getId(),fileAssociation.getFileId())){
|
||||
return fileAssociation.getFileId();
|
||||
}else {
|
||||
} else {
|
||||
fileAssociation.setFileId(newFileMetadata.getId());
|
||||
fileAssociation.setFileVersion(newFileMetadata.getFileVersion());
|
||||
fileAssociationMapper.updateByPrimaryKeySelective(fileAssociation);
|
||||
|
|
|
@ -780,7 +780,6 @@
|
|||
async function getColumnHeaders() {
|
||||
try {
|
||||
customColumns = await getCustomFieldColumns();
|
||||
console.log(customColumns);
|
||||
customColumns.forEach((item) => {
|
||||
// 目前自定义字段的过滤只支持严重程度
|
||||
if (item.title === '严重程度' || item.title === 'Bug Degree') {
|
||||
|
|
Loading…
Reference in New Issue