Commit 133b5fe749ccac38cec99cc793596d7ca7eb355a

Authored by liquanyu
1 parent de40343c71

update

Showing 6 changed files with 1 additions and 7 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/AddressUtil.java View file @ 133b5fe
... ... @@ -47,7 +47,7 @@
47 47 }
48 48  
49 49 public static void main(String[] ages) {
50   - List<String> addrs = AddressUtil.getAddress("山东省荣成市曙光东县26号207室");
  50 + List<String> addrs = AddressUtil.getAddress("四川省广安市广安区悦来镇天台村8组23号");
51 51 for (String ad : addrs) {
52 52 System.out.println(ad);
53 53 }
platform-dal/src/main/java/com/lyms/platform/pojo/BabyDeathModel.java View file @ 133b5fe
... ... @@ -15,7 +15,6 @@
15 15 **/
16 16 @Document(collection = "lyms_baby_death")
17 17 public class BabyDeathModel extends BaseModel {
18   -
19 18 private static final long serialVersionUID = SerialIdEnum.BabyDeathModel.getCid();
20 19 /**
21 20 * 主键
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyDeathController.java View file @ 133b5fe
... ... @@ -28,7 +28,6 @@
28 28  
29 29 @Autowired
30 30 private IBabyDeathServer babyDeathServer;
31   -
32 31 /**
33 32 *
34 33 * 根据身份证号获取对应的建档信息
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyDeathRequest.java View file @ 133b5fe
... ... @@ -3,6 +3,5 @@
3 3 import com.lyms.platform.pojo.BabyDeathModel;
4 4  
5 5 public class BabyDeathRequest extends BabyDeathModel {
6   -
7 6 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyDeathModelResult.java View file @ 133b5fe
... ... @@ -22,7 +22,6 @@
22 22 * 填写人
23 23 */
24 24 private String createUserStr;
25   -
26 25 public String getLiveAddressStr() {
27 26 return liveAddressStr;
28 27 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyDeathServerImpl.java View file @ 133b5fe
... ... @@ -45,10 +45,8 @@
45 45 @Autowired
46 46 private UsersService usersService;
47 47  
48   -
49 48 @Autowired
50 49 private AutoMatchFacade autoMatchFacade;
51   -
52 50  
53 51 /**
54 52 * 保存单个