Commit cf8e140ccb37d01ebe65a0d4932711ef1589da46

Authored by liquanyu
1 parent fd10519239

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AmniocentesisFacade.java View file @ cf8e140
... ... @@ -242,6 +242,7 @@
242 242 amniocentesisInfo.setStatus("3");
243 243 amniocentesisInfo.setResult(model.getResult());
244 244 amniocentesisInfo.setResultId(model.getId());
  245 + amniocentesisInfoQuery.setResultSelect(model.getResultSelect() == null ? "" : model.getResultSelect());
245 246 amniocentesisInfoService.update(amniocentesisInfo);
246 247  
247 248 return new BaseObjectResponse().setData(model.getId()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION);