Commit 7fb3ff6da17128c5c9de4f7d78f42d8a928941e9
1 parent
cba8e38a68
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
7fb3ff6
... | ... | @@ -1021,7 +1021,6 @@ |
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(); | |
1025 | 1024 | return babyBookbuildingFacade.updateKosekiInfo(pid, babyProvinceId,babyCityId,babyAreaId,babyStreetId,babyAddress); |
1026 | 1025 | } |
1027 | 1026 |