09061456:对数据库结构的数据量做一个实时
parent
efc218a71a
commit
3372011c64
|
@ -74,7 +74,7 @@ public class TableDataController extends BaseController {
|
||||||
eq(Structure::getTableId, id);
|
eq(Structure::getTableId, id);
|
||||||
}});
|
}});
|
||||||
if (count!=0L) {
|
if (count!=0L) {
|
||||||
boolean update = tableInfoService.update(new LambdaUpdateWrapper<>() {{
|
tableInfoService.update(new LambdaUpdateWrapper<>() {{
|
||||||
eq(TableInfo::getId, id)
|
eq(TableInfo::getId, id)
|
||||||
.set(TableInfo::getDataNum, count);
|
.set(TableInfo::getDataNum, count);
|
||||||
}});
|
}});
|
||||||
|
|
Loading…
Reference in New Issue