查询bug修复

liujun-2024-05-23-接口漏洞修复
liujun 2024-04-13 17:11:13 +08:00
parent e84b612073
commit ff4be346ff
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public class DwController extends BaseController {
if (mapGet.getPage() == null){
mapGet.setPage(new com.zcloud.service.dw.dto.Page());
}
mapGet.setCorpId(Jurisdiction.getCORPINFO_ID());
mapGet.getPage().setCurrent(String.valueOf(page.getCurrentPage()));
mapGet.getPage().setSize(String.valueOf(page.getShowCount()));
return dwService.getMapList(mapGet);

View File

@ -8,6 +8,7 @@ public class MapGet {
private String userId;
private String userName;
private String userCardId;
private String corpId;
private String userPhone;
private String deviceId;
private String deviceName;