【修改】在线编辑需要 在正式开发到的时候 注意的地方打上注释标记

This commit is contained in:
zer0Black
2023-09-29 16:02:24 +08:00
parent 66003cd78b
commit dbd342424c
12 changed files with 11 additions and 294 deletions
@@ -32,9 +32,6 @@ public class LawsUserInfoService {
private String standEditFilePath;
@Autowired
private IBusProcessModelHisService busProcessModelHisService;
@Autowired
private BusProcessModelHisMapper busProcessModelHisMapper;
@Autowired
private AttFileEOServiceImpl attFileEOService;
@Autowired
@@ -107,6 +104,7 @@ public class LawsUserInfoService {
AttFileEO attFileEO = new AttFileEO();
attFileEO.setId(attFileVo.getId());
attFileEO.setOldFileName(standName+".docx");
// TODO 等在线编辑正式上线时,需要替换成oss_file表
attFileEODao.updateFileInfoById(attFileEO);
log.info("======================文件名称修改成功==============================="+standName+".docx"+"======"+"传入对象为:"+attFileEO.getOldFileName());
}
@@ -1,7 +1,6 @@
package com.jero.modules.onlyoffice.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
//import com.jero.modules.ocr.util.UUIDUtils;
import com.jero.common.util.UUIDUtils;
import com.jero.modules.onlyoffice.entity.AttFileEO;
import com.jero.modules.onlyoffice.entity.AttFileVo;