nc启动报错;

This commit is contained in:
高正杨
2026-03-27 14:29:58 +08:00
parent 260e853b12
commit 6fd337268a
2 changed files with 2 additions and 2 deletions
@@ -62,7 +62,7 @@ public class NcLogImpl extends ServiceImpl<NcLogMapper, NcLog> implements INcLog
for (Long id : ncLogIds) {
NcLog ncLog = new NcLog();
ncLog.setNcLogId(id);
ncLog.setDelFlag(2);
//ncLog.setDelFlag(2);
list.add(ncLog);
}
return this.updateBatchById(list);
@@ -62,7 +62,7 @@ public class NcLogImpl extends ServiceImpl<NcLogMapper, NcLog> implements INcLog
for (Long id : ncLogIds) {
NcLog ncLog = new NcLog();
ncLog.setNcLogId(id);
ncLog.setDelFlag(2);
//ncLog.setDelFlag(2);
list.add(ncLog);
}
return this.updateBatchById(list);