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