no message

main
HUOJIN\92525 2024-05-09 18:27:47 +08:00
parent 72a2bf398c
commit 745da96935
1 changed files with 1 additions and 1 deletions

View File

@ -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);