Commit e702bb893c3c7088c03bf6b2b4b9eea628e85756

Authored by liquanyu
1 parent 6125eb45ef

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PreEugenicsBaseController.java View file @ e702bb8
... ... @@ -175,7 +175,7 @@
175 175 @ResponseBody
176 176 @TokenRequired
177 177 public BaseResponse setSendCountry(@PathVariable("id")String id) {
178   - return iPreEugenicsService.setSendContry(id);
  178 + return iPreEugenicsService.setSendCountry(id);
179 179 }
180 180 }