企业库
This commit is contained in:
parent
f7d46340b3
commit
92693f4995
|
|
@ -73,6 +73,7 @@ public class SourceFileService {
|
|||
public List<ResourceFileVo> getFilesByTable(Long businessId, String dataBaseName) {
|
||||
try {
|
||||
List<ResourceFileVo> list = Optional.ofNullable(mapper.getFilesByTable(businessId,dataBaseName)).orElse(new ArrayList<>());
|
||||
return list;
|
||||
} catch (Exception e) {
|
||||
log.error(e.toString(),e);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue