Commit fb3dd6c5aff4ddccc28489e276fda6dde63c1372

Authored by jiangjiazhi
1 parent a8e78e20b4

增加soureceid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ fb3dd6c
... ... @@ -861,7 +861,7 @@
861 861 result.setId(pat.getId());
862 862 result.setType(pat.getType());
863 863 result.setDueStatus(pat.getDueStatus());
864   - result.setPid(result.getPid());
  864 + result.setPid(pat.getPid());
865 865 results.add(result);
866 866 }
867 867 }