@ -24,7 +24,7 @@ public interface ClientDeviceTokenMapper {
List<JSONObject> listTokensByClient_id(@Param("client_id") int client_id);
List<JSONObject> listTokensByAccountId(@Param("client_id") String accountId);
List<JSONObject> listTokensByAccountId(@Param("account_id") String accountId);
List<JSONObject> listAllTokens(JSONObject devToken);