|
@ -509,6 +509,9 @@ public class IssueProjectCategoryDictServiceImpl extends BaseServiceImpl<IssuePr |
|
|
result.concat(l.getCategoryName()).concat(","); |
|
|
result.concat(l.getCategoryName()).concat(","); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
if (StringUtils.isEmpty(result)){ |
|
|
|
|
|
return result; |
|
|
|
|
|
} |
|
|
return result.substring(NumConstant.ZERO,result.length()-NumConstant.ONE); |
|
|
return result.substring(NumConstant.ZERO,result.length()-NumConstant.ONE); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|