|
@@ -158,7 +158,7 @@ public class LedgerSyncServiceImpl implements ILedgerSyncService {
|
|
158
|
case "realtime_interception": return syncRealtimeInterception();
|
158
|
case "realtime_interception": return syncRealtimeInterception();
|
|
159
|
case "security_test": return syncSecurityTest();
|
159
|
case "security_test": return syncSecurityTest();
|
|
160
|
case "unsafe_event": return syncUnsafeEvent();
|
160
|
case "unsafe_event": return syncUnsafeEvent();
|
|
161
|
- case "seizure_stats": return syncSeizureStats();
|
|
|
|
|
|
161
|
+// case "seizure_stats": return syncSeizureStats();
|
|
162
|
case "reward_approval": return syncRewardApproval();
|
162
|
case "reward_approval": return syncRewardApproval();
|
|
163
|
case "service_patrol": return syncServicePatrol();
|
163
|
case "service_patrol": return syncServicePatrol();
|
|
164
|
case "complaint": return syncComplaint();
|
164
|
case "complaint": return syncComplaint();
|