|
|
@@ -157,6 +157,7 @@ public class AdminSuperviserApiController extends CertifyApiController {
|
|
|
}
|
|
|
Admin ad = new Admin();
|
|
|
BeanUtils.copyProperties(admin, ad);
|
|
|
+ ad.setNumber(a.getNumber());
|
|
|
res = disposeAdminLocationList(res, jo, ad);
|
|
|
if (!res.getError().isEmpty()) {
|
|
|
return res;
|