Commit 712e575e0fb153a1a6c08686f3f180d67a8baa1e

Authored by litao@lymsh.com
1 parent 8adceece4d

改同步逻辑

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 712e575
... ... @@ -352,7 +352,6 @@
352 352 }
353 353 patientWeight.setYn("1");
354 354 patientWeight.setPid(patients.getPid());
355   -// mongoTemplate.save(patientWeight);
356 355 patientWeightService2.add(patientWeight);
357 356 return RespBuilder.buildSuccess(patientWeight);
358 357 } else {