|
@@ -3,7 +3,6 @@ package com.management.platform.service.impl;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.management.platform.entity.Information;
|
|
|
-import com.management.platform.entity.TaskComment;
|
|
|
import com.management.platform.entity.User;
|
|
|
import com.management.platform.entity.WxCorpInfo;
|
|
|
import com.management.platform.mapper.InformationMapper;
|
|
@@ -71,7 +70,7 @@ public class InformationServiceImpl extends ServiceImpl<InformationMapper, Infor
|
|
|
}
|
|
|
|
|
|
information.forEach(i->{
|
|
|
- i.setPath("");
|
|
|
+ i.setPath("/tasks");
|
|
|
});
|
|
|
httpRespMsg.data = information;
|
|
|
} catch (NullPointerException e) {
|