|
@@ -202,9 +202,7 @@ public class AdminSuperviserApiController extends CertifyApiController {
|
|
|
if (!res.getError().isEmpty()) {
|
|
if (!res.getError().isEmpty()) {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- res.setData(newAdminService.updateByPrimaryKeySelective(ad, roles));
|
|
|
|
|
|
|
+ res.setData(newAdminService.updateByPrimaryKeySelective(ad, roles));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|