附属属性相关接口修改
This commit is contained in:
parent
e410e6f496
commit
69a515a008
@ -543,6 +543,7 @@ public class SysEquipmentServiceImpl implements SysEquipmentService {
|
||||
|
||||
@Override
|
||||
public void readFileToSteam(String path, OutputStream stream) {
|
||||
path = minioAutoProperties.getPublicBucket()+ FileConstants.FILE_SEPARATOR+ path;
|
||||
minioViewsServcie.readFileToStream(path, stream);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user