|
@@ -303,7 +303,12 @@ public class AdminSuperviserApiController extends CertifyApiController {
|
|
|
res.setData(UUID.randomUUID().toString());
|
|
res.setData(UUID.randomUUID().toString());
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
- /**编辑页面信息获取**/
|
|
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 编辑页面信息获取 管理员详情
|
|
|
|
|
+ * @param id
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
@RequestMapping(value = "/selectAllByid", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/selectAllByid", method = RequestMethod.POST)
|
|
|
public Result selectAllByid(String id){
|
|
public Result selectAllByid(String id){
|
|
|
Result res = new Result();
|
|
Result res = new Result();
|