no message
parent
72a2bf398c
commit
745da96935
|
|
@ -292,7 +292,7 @@ public class PointController {
|
|||
@PostMapping("/queryPointInfo")
|
||||
@AnonymousAccess
|
||||
public ResponseEntity<Object> queryPointInfo(@RequestBody CurrentPage currentPage) {
|
||||
List<Point> pointList= pointService.getPoint(BaseStatus.STORAGE,"1F存储区",currentPage.getCurrentPage(),currentPage.getPageSize());
|
||||
List<Point> pointList= pointService.getPoint(BaseStatus.STORAGE,"存储区",currentPage.getCurrentPage(),currentPage.getPageSize());
|
||||
int total=pointService.getPoint(BaseStatus.STORAGE,"1F存储区").size();
|
||||
JSONObject object=new JSONObject();
|
||||
object.put("total",total);
|
||||
|
|
|
|||
Loading…
Reference in New Issue