|
@@ -240,7 +240,7 @@ public class PersManageAction implements IMINAction {
|
|
|
VmPersonInf vmPersonInf = perLst.get(0);
|
|
|
if("0".equals(vmPersonInf.getIsUser())){
|
|
|
vmPersonInf.setIsUser("1");
|
|
|
- Service.lookup(IMINDataBaseService.class).getMybatisMapper(VmPersonInfMapper.class).updateByPrimaryKeySelective(person);
|
|
|
+ Service.lookup(IMINDataBaseService.class).getMybatisMapper(VmPersonInfMapper.class).updateByPrimaryKeySelective(vmPersonInf);
|
|
|
|
|
|
}else{
|
|
|
/**查询是否有此角色*/
|