添加耗材单位
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user