Commit cba8e38a686e9810ce2e46f427fa57ce2a49ac56

Authored by shiyang
1 parent 8db16289e6

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java View file @ cba8e38
... ... @@ -1021,6 +1021,7 @@
1021 1021 @RequestParam(required = true)String babyAreaId,
1022 1022 @RequestParam(required = true)String babyStreetId,
1023 1023 @RequestParam(required = true)String babyAddress ) {
  1024 + System.out.println();
1024 1025 return babyBookbuildingFacade.updateKosekiInfo(pid, babyProvinceId,babyCityId,babyAreaId,babyStreetId,babyAddress);
1025 1026 }
1026 1027