Commit f455d919 authored by chenzhao's avatar chenzhao

修改bug

parent 70504a16
...@@ -392,7 +392,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp ...@@ -392,7 +392,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
query.eq(OrgUsr::getBizOrgCode, req.get("bizOrgCode").toString()); query.eq(OrgUsr::getBizOrgCode, req.get("bizOrgCode").toString());
OrgUsr orgUsr = this.getOne(query); OrgUsr orgUsr = this.getOne(query);
req.remove("bizOrgCode"); req.remove("bizOrgCode");
map.put("company", orgUsr.getSequenceNbr()); map.put("company", orgUsr.getSequenceNbr().toString());
} }
/* BUG2680 查询部门人员错误 传递参数类型不正确 修改为string 2021-09-14 陈召 开始 */ /* BUG2680 查询部门人员错误 传递参数类型不正确 修改为string 2021-09-14 陈召 开始 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment