@Service public class GsCatalogFileServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<GsCatalogFileMapper,GsCatalogFile> implements GsCatalogFileService
| 构造器和说明 |
|---|
GsCatalogFileServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
GsCatalogFile |
saveCatalogFile(VoFsiCatalogDownInfo catalogDownInfo)
保存文件下载记录
|
GsCatalogFile |
selectCatalogByKey(String fixmedins_code,
String filename,
String file_qury_no)
根据条件查询文件下载记录
|
GsCatalogFile |
selectMaxVer(String infno)
获取目录最大版本号
|
GsCatalogFile |
selectMaxVer(String infno,
String fixmedins_code)
获取目录最大版本号
|
GsCatalogFile |
updateCatalogCount(String id,
Integer count,
String file_ver)
更新文件记录数
|
closeSqlSession, count, currentModelClass, getBaseMapper, getById, getMap, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, retBool, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, update, updateBatchById, updateByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic GsCatalogFile saveCatalogFile(VoFsiCatalogDownInfo catalogDownInfo)
saveCatalogFile 在接口中 GsCatalogFileServicecatalogDownInfo - public GsCatalogFile updateCatalogCount(String id, Integer count, String file_ver)
updateCatalogCount 在接口中 GsCatalogFileServiceid - public GsCatalogFile selectCatalogByKey(String fixmedins_code, String filename, String file_qury_no)
selectCatalogByKey 在接口中 GsCatalogFileServicefixmedins_code - filename - file_qury_no - public GsCatalogFile selectMaxVer(String infno)
selectMaxVer 在接口中 GsCatalogFileServiceinfno - public GsCatalogFile selectMaxVer(String infno, String fixmedins_code)
selectMaxVer 在接口中 GsCatalogFileServiceinfno - fixmedins_code - Copyright © 2022. All rights reserved.