Commit 9d08ef8b7b3dd2271e00d52d5879c21ec75bb5b2

Authored by wtt
1 parent a0f5ed429c

体成分分析报告

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java View file @ 9d08ef8
... ... @@ -112,6 +112,7 @@
112 112 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
113 113 Date start1 = simpleDateFormat.parse(start);
114 114 Date end1 = simpleDateFormat.parse(end);
  115 + end1 = DateUtil.getDayLastSecond(end1);
115 116 criteria.and("created").gt(start1).lte(end1);
116 117 }
117 118 PageResult pageResult = findMongoPage(VolumeComponentAnalysisModel.class, new Query(criteria).with(new Sort(Sort.Direction.DESC, "created")), page, limit);
... ... @@ -327,7 +328,7 @@
327 328 }else if(v >15){
328 329 viscusInfo.put("viscusVfi",2 );
329 330 }
330   - viscusInfo.put("viscusTrFatNumber", v);//躯干脂肪
  331 + viscusInfo.put("viscusTrFatNumber", v);//内脏脂肪指
331 332 data.add(viscusInfo);
332 333  
333 334 //水肿分析