Commit 26f643482b479aa228c3db98c9c771ba12234081
1 parent
7848782a05
Exists in
master
and in
6 other branches
孕产-血糖列表返回值增加zid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java
View file @
26f6434
... | ... | @@ -168,6 +168,7 @@ |
168 | 168 | Map<String, Object> temp = new HashMap<>(); |
169 | 169 | Patients p = mongoTemplate.findById(bloodSugar.getParentId(), Patients.class); |
170 | 170 | temp.put("id", bloodSugar.getParentId()); |
171 | + temp.put("zid", bloodSugar.getId()); | |
171 | 172 | if (p != null) { |
172 | 173 | temp.put("username", p.getUsername()); |
173 | 174 | temp.put("time", DateUtil.getyyyy_MM_dd(bloodSugar.getModified())); |