update
This commit is contained in:
+4
@@ -10,6 +10,7 @@ import com.jero.common.api.vo.Result;
|
|||||||
import com.jero.common.exception.JeroBootException;
|
import com.jero.common.exception.JeroBootException;
|
||||||
import com.jero.common.system.query.QueryGenerator;
|
import com.jero.common.system.query.QueryGenerator;
|
||||||
import com.jero.common.util.CommonUtils;
|
import com.jero.common.util.CommonUtils;
|
||||||
|
import com.jero.common.util.DateUtils;
|
||||||
import com.jero.common.util.oConvertUtils;
|
import com.jero.common.util.oConvertUtils;
|
||||||
import com.jero.modules.onlyoffice.entity.BusProcessModelHis;
|
import com.jero.modules.onlyoffice.entity.BusProcessModelHis;
|
||||||
import com.jero.modules.onlyoffice.entity.OnlineFileLog;
|
import com.jero.modules.onlyoffice.entity.OnlineFileLog;
|
||||||
@@ -503,11 +504,14 @@ public class OnlyOfficeController {
|
|||||||
String dataType = "1";
|
String dataType = "1";
|
||||||
|
|
||||||
Date now = new Date();
|
Date now = new Date();
|
||||||
|
logger.info("更新基线信息开始==========================================");
|
||||||
|
logger.info("时间:" + DateUtils.date2Str(now,DateUtils.time_sdf.get()));
|
||||||
OnlineFileLog createTimeLatestOnlineFileLog = this.getCreateTimeLatestOnlineFileLog(fileId,now);
|
OnlineFileLog createTimeLatestOnlineFileLog = this.getCreateTimeLatestOnlineFileLog(fileId,now);
|
||||||
createTimeLatestOnlineFileLog.setJxFileName(jxFileName);
|
createTimeLatestOnlineFileLog.setJxFileName(jxFileName);
|
||||||
createTimeLatestOnlineFileLog.setDataType(dataType);
|
createTimeLatestOnlineFileLog.setDataType(dataType);
|
||||||
|
|
||||||
this.onlineFileLogDao.updateById(createTimeLatestOnlineFileLog);
|
this.onlineFileLogDao.updateById(createTimeLatestOnlineFileLog);
|
||||||
|
logger.info("更新基线信息结束==========================================");
|
||||||
return Result.OK();
|
return Result.OK();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user