添加耗材单位

This commit is contained in:
韩鹏辉 2024-07-12 13:42:48 +08:00
parent f8269e35a3
commit 5b31342d32
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class TbConUnitServiceImpl implements TbConUnitService {
}
Map<String,Object> map = new LinkedHashMap<>(2);
map.put("content",list);
map.put("totalElements",page.getTotalPages());
map.put("totalElements",page.getTotalElements());
return map;
}