Commit 9b9e30c038cbfdffc9d056dbecde1224c6471f77

Authored by shiyang
1 parent 53922b7a4d

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/lhxfy/LhxfyService.java View file @ 9b9e30c
... ... @@ -955,6 +955,7 @@
955 955 private static final String KEY = "27d7bc6992724608bbfa0775a31c4b38";//沧州测试key
956 956 public BaseResponse uploadingProvince(List<String> ids){
957 957 BaseResponse baseResponse=new BaseResponse();
  958 + baseResponse.setErrormsg(ids.get(0).toString());
958 959 Query query = new Query();
959 960 //指定ID上传。
960 961 query.addCriteria(Criteria.where("id").in(ids));