Commit b6b1bb5efcdcdff3f6dfd21457b5ed04e1933ac5

Authored by jiangjiazhi
1 parent 4361fdbf5c

孕妇分娩后 变成产妇

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ b6b1bb5
... ... @@ -292,7 +292,7 @@
292 292 HighScoreResult highScoreResult = antenatalExaminationFacade.findLastRisk(patients.getId());
293 293 try {
294 294 String tTireNumber = "";
295   - List data = new ArrayList();
  295 +
296 296 if (CollectionUtils.isNotEmpty(examinationModel)) {
297 297 if (null != examinationModel && StringUtils.isNotEmpty(examinationModel.get(0).getRiskFactor())) {
298 298 tTireNumber = examinationModel.get(0).getTireNumber();