|
@@ -824,7 +824,7 @@ public class PersonDeviceRelationController {
|
|
@RequestParam(value="position5",defaultValue="") String position5,
|
|
@RequestParam(value="position5",defaultValue="") String position5,
|
|
@RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
|
|
@RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
|
|
@RequestParam(value="pageSize",defaultValue="20") int pageSize,
|
|
@RequestParam(value="pageSize",defaultValue="20") int pageSize,
|
|
- @RequestParam(value="faceBound",defaultValue="") Integer faceBound,
|
|
|
|
|
|
+ @RequestParam(value="isBound",defaultValue="") Integer isBound,
|
|
@RequestParam(value="isUploadPhoto",defaultValue="") String isUploadPhoto,
|
|
@RequestParam(value="isUploadPhoto",defaultValue="") String isUploadPhoto,
|
|
@RequestAttribute String subject){
|
|
@RequestAttribute String subject){
|
|
|
|
|
|
@@ -906,8 +906,8 @@ public class PersonDeviceRelationController {
|
|
searchParams.put("position5","%" + position5 + "%");
|
|
searchParams.put("position5","%" + position5 + "%");
|
|
}
|
|
}
|
|
|
|
|
|
- if(faceBound != null){
|
|
|
|
- searchParams.put("faceBound",faceBound);
|
|
|
|
|
|
+ if(isBound != null){
|
|
|
|
+ searchParams.put("isBound",isBound);
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotEmpty(isUploadPhoto)){
|
|
if(StringUtils.isNotEmpty(isUploadPhoto)){
|