| | |
| | | import org.springblade.core.tenant.annotation.NonDS; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import springfox.documentation.annotations.ApiIgnore; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | | /** |
| | | * @ClassName SM服务Feign实现类 |
| | |
| | | public int syncharonization_update_user() { |
| | | return attResManagePersonService.synchronizationUpdateUser(); |
| | | } |
| | | |
| | | /** |
| | | * 通过水库代码获取巡查责任人及技术责任人手机号 |
| | | * @param list |
| | | * @return |
| | | */ |
| | | @Override |
| | | @PostMapping(GET_PERSON_LIST_BY_WATER_CODE_LIST) |
| | | public Set<String> getPersonListByWaterCodeList(List<String> list) { |
| | | return attResManagePersonService.getPersonListByWaterCodeList(list); |
| | | } |
| | | } |