Commit 24d122520378129cb464a02469f5163d142e2a07

Authored by yangfei
1 parent 78d734c3ba

追访

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java View file @ 24d1225
... ... @@ -1038,6 +1038,8 @@
1038 1038  
1039 1039 String sendDoctorName = CommonsHelper.getUserName(sieveApply.getSendDoctor(), usersService);
1040 1040 result.put("sjys", sendDoctorName);
  1041 + result.put("crownLump", sieveApply.getCrl());
  1042 + result.put("biparDiam", sieveApply.getBpd());
1041 1043  
1042 1044 String isTire = "否";
1043 1045 AntExChuQuery antExChuQuery1 = new AntExChuQuery();