Commit ff2497680e195f1e36d3a02c4ab8b733831f3b2d

Authored by jiangjiazhi
1 parent 4ab7db97dc

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ ff24976
... ... @@ -2153,7 +2153,7 @@
2153 2153 @Override
2154 2154 public void run() {
2155 2155 try {
2156   - System.out.println("do worker by id :" + id +"parentId:" + parentId);
  2156 + System.out.println("do worker by id :" + id +" parentId:" + parentId);
2157 2157 if (type == 1) {
2158 2158 Patients patients = patientsService.findOnePatientById(parentId);
2159 2159 if (null != patients) {