|
@@ -206,6 +206,7 @@ public class PersonService {
|
|
|
IdenPerson idenPerson = new IdenPerson();
|
|
|
BeanUtil.copyProperties(vo,idenPerson);
|
|
|
idenPerson.setCreateTime(new Date());
|
|
|
+ //TODO 识别
|
|
|
|
|
|
this.idenPersonService.save(idenPerson);
|
|
|
return 0;
|
|
@@ -222,7 +223,6 @@ public class PersonService {
|
|
|
MyBeanUtils.copyProperties(vo,idenPerson);
|
|
|
idenPerson.setModifyTime(new Date());
|
|
|
this.idenPersonService.updateById(idenPerson);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
}
|