|
@@ -7,7 +7,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-@RequestMapping("organization")
|
|
|
+@RequestMapping("eduOrganization")
|
|
|
@Api(tags = "分部服务")
|
|
|
@RestController
|
|
|
public class OrganizationController extends BaseController {
|