|
@@ -816,7 +816,7 @@ public class ConsoleFacade {
|
|
|
//完整率
|
|
|
NumDTO full = new NumDTO();
|
|
|
full.setName("完整率");
|
|
|
- full.setNum(emptyNumDTO.getEmptyNum());
|
|
|
+ full.setNum(emptyNumDTO.getEntryTotleNum() - emptyNumDTO.getEmptyNum());
|
|
|
full.setTotleNum(emptyNumDTO.getEntryTotleNum());
|
|
|
full.setPercent(emptyNumDTO.getEmptyPercent());
|
|
|
full.setPercentStr(emptyNumDTO.getEmptyPercentStr());
|