Commit 003c150283af698252f892d289a644f11d1d895b

Authored by liquanyu
1 parent bdf61b8b0e

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AmniocentesisFacade.java View file @ 003c150
... ... @@ -242,7 +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 + amniocentesisInfo.setResultSelect(model.getResultSelect() == null ? "" : model.getResultSelect());
246 246 amniocentesisInfoService.update(amniocentesisInfo);
247 247  
248 248 return new BaseObjectResponse().setData(model.getId()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION);