|
@@ -243,7 +243,7 @@ public class EvaluationNoticeServiceImpl extends ServiceImpl<EvaluationNoticeMap
|
|
|
for (String id : ids) {
|
|
|
EvaluationNotice evaluationNotice = baseMapper.selectById(id);
|
|
|
if (null != evaluationNotice) {
|
|
|
- if (evaluationNotice.getNoticeAnnex().length() > 0) {
|
|
|
+ if (StringUtils.isNotEmpty(evaluationNotice.getNoticeAnnex())) {
|
|
|
String[] docPaths = evaluationNotice.getNoticeAnnex().split(",");
|
|
|
for (String docPath : docPaths) {
|
|
|
HttpHeaders headers = new HttpHeaders();
|