Commit c9178d67 by 刘鑫

feat(组织机构): 测试全量组织机构接口

1 parent 331e5f21
package com.dituhui.pea.order.controller;
import com.dituhui.pea.common.Result;
import com.dituhui.pea.order.service.impl.BeanRemoteServiceImpl;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
......@@ -18,8 +19,8 @@ public class TestController {
@GetMapping("/test")
public void test() {
beanRemoteServiceImpl.testAllDepartment();
public Result<?> test() {
return beanRemoteServiceImpl.allDepartment();
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!