Commit 23d5c628cac77a45a3398edb29b6482bb9ec4465
1 parent
2e6a521cff
Exists in
master
儿童统计
Showing 1 changed file with 11 additions and 11 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
23d5c62
... | ... | @@ -2367,37 +2367,37 @@ |
2367 | 2367 | list1.add(growH); |
2368 | 2368 | |
2369 | 2369 | BabyGrowthCountResult growH1 = new BabyGrowthCountResult(); |
2370 | - growH1.setBzc("+2SD - +3SD"); | |
2370 | + growH1.setBzc("+2SD ~ +3SD"); | |
2371 | 2371 | growH1.setEvaluate("中上"); |
2372 | 2372 | list1.add(growH1); |
2373 | 2373 | |
2374 | 2374 | |
2375 | 2375 | BabyGrowthCountResult growH2 = new BabyGrowthCountResult(); |
2376 | - growH2.setBzc("+1SD > +2SD"); | |
2376 | + growH2.setBzc("+1SD ~ +2SD"); | |
2377 | 2377 | growH2.setEvaluate("中+"); |
2378 | 2378 | list1.add(growH2); |
2379 | 2379 | |
2380 | 2380 | BabyGrowthCountResult growH3 = new BabyGrowthCountResult(); |
2381 | - growH3.setBzc("-1SD - +1SD"); | |
2381 | + growH3.setBzc("-1SD ~ +1SD"); | |
2382 | 2382 | growH3.setEvaluate("中"); |
2383 | 2383 | list1.add(growH3); |
2384 | 2384 | |
2385 | 2385 | |
2386 | 2386 | BabyGrowthCountResult growH4 = new BabyGrowthCountResult(); |
2387 | - growH4.setBzc("-2SD> -1SD"); | |
2387 | + growH4.setBzc("-2SD ~ -1SD"); | |
2388 | 2388 | growH4.setEvaluate("中-"); |
2389 | 2389 | list1.add(growH4); |
2390 | 2390 | |
2391 | 2391 | |
2392 | 2392 | BabyGrowthCountResult growH5 = new BabyGrowthCountResult(); |
2393 | - growH5.setBzc("-3SD - -2SD"); | |
2393 | + growH5.setBzc("-3SD ~ -2SD"); | |
2394 | 2394 | growH5.setEvaluate("中下"); |
2395 | 2395 | list1.add(growH5); |
2396 | 2396 | |
2397 | 2397 | BabyGrowthCountResult growH6 = new BabyGrowthCountResult(); |
2398 | 2398 | growH6.setBzc("< -3SD"); |
2399 | 2399 | growH6.setEvaluate("下"); |
2400 | - list1.add(growH5); | |
2400 | + list1.add(growH6); | |
2401 | 2401 | |
2402 | 2402 | |
2403 | 2403 | |
2404 | 2404 | |
2405 | 2405 | |
2406 | 2406 | |
2407 | 2407 | |
... | ... | @@ -2408,30 +2408,30 @@ |
2408 | 2408 | list2.add(growW); |
2409 | 2409 | |
2410 | 2410 | BabyGrowthCountResult growW1 = new BabyGrowthCountResult(); |
2411 | - growW1.setBzc("+2SD - +3SD"); | |
2411 | + growW1.setBzc("+2SD ~ +3SD"); | |
2412 | 2412 | growW1.setEvaluate("中上"); |
2413 | 2413 | list2.add(growW1); |
2414 | 2414 | |
2415 | 2415 | |
2416 | 2416 | BabyGrowthCountResult growW2 = new BabyGrowthCountResult(); |
2417 | - growW2.setBzc("+1SD > +2SD"); | |
2417 | + growW2.setBzc("+1SD ~ +2SD"); | |
2418 | 2418 | growW2.setEvaluate("中+"); |
2419 | 2419 | list2.add(growW2); |
2420 | 2420 | |
2421 | 2421 | BabyGrowthCountResult growW3 = new BabyGrowthCountResult(); |
2422 | - growW3.setBzc("-1SD - +1SD"); | |
2422 | + growW3.setBzc("-1SD ~ +1SD"); | |
2423 | 2423 | growW3.setEvaluate("中"); |
2424 | 2424 | list2.add(growW3); |
2425 | 2425 | |
2426 | 2426 | |
2427 | 2427 | BabyGrowthCountResult growW4 = new BabyGrowthCountResult(); |
2428 | - growW4.setBzc("-2SD> -1SD"); | |
2428 | + growW4.setBzc("-2SD ~ -1SD"); | |
2429 | 2429 | growW4.setEvaluate("中-"); |
2430 | 2430 | list2.add(growW4); |
2431 | 2431 | |
2432 | 2432 | |
2433 | 2433 | BabyGrowthCountResult growW5 = new BabyGrowthCountResult(); |
2434 | - growW5.setBzc("-3SD - -2SD"); | |
2434 | + growW5.setBzc("-3SD ~ -2SD"); | |
2435 | 2435 | growW5.setEvaluate("中下"); |
2436 | 2436 | list2.add(growW5); |
2437 | 2437 |