人员定位相关对接功能
parent
a8205d5963
commit
14adffe1e3
|
@ -1056,6 +1056,12 @@ public class UsersController extends BaseController {
|
||||||
pd = this.getPageData();
|
pd = this.getPageData();
|
||||||
Map<String, String> returnMap = null;
|
Map<String, String> returnMap = null;
|
||||||
if (pd.getString("ISPUSH").equals("1")) {
|
if (pd.getString("ISPUSH").equals("1")) {
|
||||||
|
|
||||||
|
// ------联通人员定位删除人员用------
|
||||||
|
// 用于获取除UID ISDELETE外的其他信息
|
||||||
|
PageData detail = usersService.findById(pd);
|
||||||
|
pd.putAll(detail);
|
||||||
|
// -------------------------------
|
||||||
pd.put("ISDELETE","1");
|
pd.put("ISDELETE","1");
|
||||||
HashMap<String, String> param = new HashMap<>();
|
HashMap<String, String> param = new HashMap<>();
|
||||||
Set set = pd.keySet();
|
Set set = pd.keySet();
|
||||||
|
|
Loading…
Reference in New Issue