Commit a6f85d9378145a41ba39e12b37b8cb821b19f365

Authored by jiangjiazhi
1 parent 759d31c9f2

座机号 替换的问题

Showing 1 changed file with 7 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java View file @ a6f85d9
... ... @@ -125,6 +125,13 @@
125 125 }
126 126 }
127 127 }
  128 + }else{
  129 + if(null==patients.getPostViewTimes()){
  130 + Patients patients1=new Patients();
  131 + patients1.setPostViewTimes(0);
  132 + patients1.setId(patients.getId());
  133 + patientsService.updatePatient(patients1);
  134 + }
128 135 }
129 136 stopWatch.stop();
130 137 chanResult.setServiceType(ServiceTypeEnums.getTitleById(patients.getServiceType()));