|
@ -276,7 +276,7 @@ public interface EpmetUserOpenFeignClient { |
|
|
* @author wangc |
|
|
* @author wangc |
|
|
* @date 2020.08.17 17:45 |
|
|
* @date 2020.08.17 17:45 |
|
|
**/ |
|
|
**/ |
|
|
@GetMapping("/epmet/staffagencyvisited/latestagency/{staffId}") |
|
|
@GetMapping("/epmetuser/staffagencyvisited/latestagency/{staffId}") |
|
|
Result<String> latestAgency(@PathVariable("staffId") String staffId); |
|
|
Result<String> latestAgency(@PathVariable("staffId") String staffId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|