|
@@ -444,6 +444,7 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
444
|
444
|
return taPersons.get(0);
|
445
|
445
|
}
|
446
|
446
|
|
|
447
|
+
|
447
|
448
|
return null;
|
448
|
449
|
}
|
449
|
450
|
|
|
@@ -714,12 +715,12 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
714
|
715
|
return page;
|
715
|
716
|
|
716
|
717
|
}
|
717
|
|
-
|
718
|
718
|
@Override
|
719
|
719
|
public void upDatePersonCityToId (String personId){
|
720
|
720
|
taPersonMapper.upDatePersonCityToId(personId);
|
721
|
721
|
}
|
722
|
722
|
|
|
723
|
+
|
723
|
724
|
public String codeGenerator (){
|
724
|
725
|
double r = Math.random();
|
725
|
726
|
int i = (int)(r*100000);
|