09061456:对数据库结构的数据量做一个实时

master
冷调 2024-09-06 14:56:07 +08:00
parent efc218a71a
commit 3372011c64
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class TableDataController extends BaseController {
eq(Structure::getTableId, id);
}});
if (count!=0L) {
boolean update = tableInfoService.update(new LambdaUpdateWrapper<>() {{
tableInfoService.update(new LambdaUpdateWrapper<>() {{
eq(TableInfo::getId, id)
.set(TableInfo::getDataNum, count);
}});