| | |
| | | }
|
| | |
|
| | | private void initData(TeamDailyRecord record) {
|
| | | if (record.getFirstNum() != null) |
| | | if (record.getFirstNum() == null) |
| | | record.setFirstDaRen(0);
|
| | | if (record.getSecondNum() != null) |
| | | if (record.getSecondNum() == null) |
| | | record.setSecondNum(0);
|
| | | if (record.getBeyondNum() != null) |
| | | if (record.getBeyondNum() == null) |
| | | record.setBeyondNum(0);
|
| | |
|
| | | if (record.getFirstDaRen() != null) |
| | | if (record.getFirstDaRen() == null) |
| | | record.setFirstDaRen(0);
|
| | | if (record.getSecondDaRen() != null)
|
| | | if (record.getSecondDaRen() == null)
|
| | | record.setSecondDaRen(0);
|
| | | if (record.getBeyondDaRen() != null)
|
| | | if (record.getBeyondDaRen() == null)
|
| | | record.setBeyondDaRen(0);
|
| | |
|
| | | if (record.getFirstHighVIP() != null)
|
| | | if (record.getFirstHighVIP() == null)
|
| | | record.setFirstHighVIP(0);
|
| | | if (record.getSecondHighVIP() != null)
|
| | | if (record.getSecondHighVIP() == null)
|
| | | record.setSecondHighVIP(0);
|
| | | if (record.getBeyondHighVIP() != null)
|
| | | if (record.getBeyondHighVIP() == null)
|
| | | record.setBeyondHighVIP(0);
|
| | |
|
| | | if (record.getFirstSuperVIP() != null)
|
| | | if (record.getFirstSuperVIP() == null)
|
| | | record.setFirstSuperVIP(0);
|
| | | if (record.getSecondSuperVIP() != null)
|
| | | if (record.getSecondSuperVIP() == null)
|
| | | record.setSecondSuperVIP(0);
|
| | | if (record.getBeyondSuperVIP() != null)
|
| | | if (record.getBeyondSuperVIP() == null)
|
| | | record.setBeyondSuperVIP(0);
|
| | | }
|
| | |
|