【修改】在线编辑需要 在正式开发到的时候 注意的地方打上注释标记
This commit is contained in:
+1
-3
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user