Commit 96f53770c8442f67b782bf05db6f6304ae6d1fbf

Authored by jiangjiazhi
1 parent a4567f8351

修改体重营养报告

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java View file @ 96f5377
... ... @@ -140,11 +140,11 @@
140 140 }
141 141 }
142 142 }
143   - if(bpcount>3){
  143 + if(bpcount>=3){
144 144 bpCountType="1";
145 145 }
146 146  
147   - if(count>3){
  147 + if(count>=3){
148 148 countType="1";
149 149 }
150 150 }