|
|
@@ -219,7 +219,7 @@ public class LedgerSyncServiceImpl implements ILedgerSyncService {
|
|
219
|
219
|
private SyncResult syncRealtimeInterception() {
|
|
220
|
220
|
LedgerRealtimeInterception query = new LedgerRealtimeInterception();
|
|
221
|
221
|
query.setSyncFlag(LedgerSyncFlagEnum.ZERO.getCode());
|
|
222
|
|
- List<LedgerRealtimeInterception> list = interceptionMapper.selectList(new LedgerRealtimeInterception());
|
|
|
222
|
+ List<LedgerRealtimeInterception> list = interceptionMapper.selectList(query);
|
|
223
|
223
|
Long dimId = dimCache.get("安全防控能力");
|
|
224
|
224
|
ScoreIndicator lv2 = getIndicator(IND_INTERCEPT_L2);
|
|
225
|
225
|
int ins = 0, skip = 0;
|