glj-代码提交
This commit is contained in:
parent
5db6a96e8c
commit
c27a1aac32
|
@ -81,6 +81,7 @@ public class OtherDataServiceImpl extends ServiceImpl<OtherDataMapper, EntityDat
|
|||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public boolean uploadData(OtherData OtherData) {
|
||||
|
||||
//路径拼接
|
||||
List<String> link = new ArrayList<>();
|
||||
//文件大小
|
||||
|
|
Loading…
Reference in New Issue