Commit 5a591878969de76729b47a04a5054a0c4fce11ce
1 parent
c5e54b82b2
Exists in
master
and in
6 other branches
update
Showing 3 changed files with 23 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/SieveResultModel.java
View file @
5a59187
| ... | ... | @@ -65,6 +65,26 @@ |
| 65 | 65 | */ |
| 66 | 66 | private String reportType; |
| 67 | 67 | |
| 68 | + private String sampleInfoId;// | |
| 69 | + | |
| 70 | + private String sampleReportId;//报告ID 示例:"4F9F9DED0C9B1559E053D8E0A8C0AA9F", | |
| 71 | + | |
| 72 | + public String getSampleInfoId() { | |
| 73 | + return sampleInfoId; | |
| 74 | + } | |
| 75 | + | |
| 76 | + public void setSampleInfoId(String sampleInfoId) { | |
| 77 | + this.sampleInfoId = sampleInfoId; | |
| 78 | + } | |
| 79 | + | |
| 80 | + public String getSampleReportId() { | |
| 81 | + return sampleReportId; | |
| 82 | + } | |
| 83 | + | |
| 84 | + public void setSampleReportId(String sampleReportId) { | |
| 85 | + this.sampleReportId = sampleReportId; | |
| 86 | + } | |
| 87 | + | |
| 68 | 88 | public String getReportType() { |
| 69 | 89 | return reportType; |
| 70 | 90 | } |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
5a59187
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
5a59187
| ... | ... | @@ -810,6 +810,8 @@ |
| 810 | 810 | sieveResultEditInfo.put("stzhz13", model.getStzhz13()); |
| 811 | 811 | sieveResultEditInfo.put("sjgjx", model.getSjgjx()); |
| 812 | 812 | |
| 813 | + sieveResultEditInfo.put("sampleInfoId", model.getSampleInfoId()); | |
| 814 | + sieveResultEditInfo.put("sbstValue", model.getSampleReportId()); | |
| 813 | 815 | |
| 814 | 816 | sieveResultEditInfo.put("tszhzValue", model.getTszhzValue()); |
| 815 | 817 | sieveResultEditInfo.put("sbstValue", model.getSbstValue()); |