Commit 38cd15e396539974a0452d768d58a2836e9d3194

Authored by jesse.wang
1 parent b1857dc4ed

打印测试环境预约建档测试

Showing 1 changed file with 5 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java View file @ 38cd15e
... ... @@ -266,6 +266,9 @@
266 266 data.setJsonData(jsonData);
267 267 data.setCreated(new Date());
268 268 data.setAssistUserId(assistUserId);
  269 + System.out.println("============小程序预约建档==================");
  270 + System.out.println("============idCard=================="+idCard);
  271 + System.out.println("============小程序预约建档==================");
269 272 archiveDataServicer.addOrUpdate(data);
270 273 }
271 274 catch (Exception e)
... ... @@ -302,6 +305,8 @@
302 305 }
303 306 catch (Exception e)
304 307 {
  308 + System.out.println("==========预约妇女建档数据同步异常======="+e.getMessage());
  309 + e.printStackTrace();
305 310 writeString(response,"fail");
306 311 }
307 312 writeString(response,"success");