|
@@ -469,11 +469,6 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
|
|
|
@Override
|
|
|
public HttpRespMsg attachmentList(Integer moduleId, String moduleCode) {
|
|
|
HttpRespMsg msg=new HttpRespMsg();
|
|
|
- User user = userMapper.selectById(request.getHeader("token"));
|
|
|
- if(user==null) {
|
|
|
- msg.setError("用户不存在");
|
|
|
- return msg;
|
|
|
- }
|
|
|
// 获取 attachment_center 表里所有的数据
|
|
|
List<AttachmentCenter> attachmentCenterList = attachmentCenterMapper.selectList(new LambdaQueryWrapper<AttachmentCenter>()
|
|
|
.eq(AttachmentCenter::getModuleId, moduleId)
|