|
|
@@ -476,7 +476,7 @@ public class LedgerSyncServiceImpl implements ILedgerSyncService {
|
|
476
|
476
|
String src = "terminal_bonus:" + row.getId();
|
|
477
|
477
|
if (existsBySrc(src)) { skip++; continue; }
|
|
478
|
478
|
if (!hasName(row.getPersonName())) { skip++; continue; }
|
|
479
|
|
- BigDecimal sv = row.getAddScore() != null ? row.getAddScore() : POS_07;
|
|
|
479
|
+ BigDecimal sv = lv3.getScoreValue() != null ? lv3.getScoreValue() : ZERO;
|
|
480
|
480
|
ScoreEvent e = buildEvent(dimId, lv2, lv3, row.getPersonName(),
|
|
481
|
481
|
row.getTeamName(), row.getScoreDate(),
|
|
482
|
482
|
null, sv, ZERO,
|