Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class NcLogImpl extends ServiceImpl<NcLogMapper, NcLog> implements INcLog
|
|||||||
for (Long id : ncLogIds) {
|
for (Long id : ncLogIds) {
|
||||||
NcLog ncLog = new NcLog();
|
NcLog ncLog = new NcLog();
|
||||||
ncLog.setNcLogId(id);
|
ncLog.setNcLogId(id);
|
||||||
ncLog.setDelFlag(2);
|
//ncLog.setDelFlag(2);
|
||||||
list.add(ncLog);
|
list.add(ncLog);
|
||||||
}
|
}
|
||||||
return this.updateBatchById(list);
|
return this.updateBatchById(list);
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ public class NcLogImpl extends ServiceImpl<NcLogMapper, NcLog> implements INcLog
|
|||||||
for (Long id : ncLogIds) {
|
for (Long id : ncLogIds) {
|
||||||
NcLog ncLog = new NcLog();
|
NcLog ncLog = new NcLog();
|
||||||
ncLog.setNcLogId(id);
|
ncLog.setNcLogId(id);
|
||||||
ncLog.setDelFlag(2);
|
//ncLog.setDelFlag(2);
|
||||||
list.add(ncLog);
|
list.add(ncLog);
|
||||||
}
|
}
|
||||||
return this.updateBatchById(list);
|
return this.updateBatchById(list);
|
||||||
|
|||||||
Reference in New Issue
Block a user