xubh 4 yıl önce
ebeveyn
işleme
023151d2dd

+ 1 - 1
src/main/java/com/minpay/shouhuo/PersManageAction.java

@@ -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{
 				/**查询是否有此角色*/