|
|
- select id,app_id as appId,ip, table_name as tableName,times ,column_names as columnNames,app_key as appKey,app_secret as appSecret,is_strong as isStrong from ip_times where app_key = #{app_key} and app_secret = #{app_secret};
|
|
|
+ select id,app_id as appId,ip, table_name as tableName,times ,column_names as columnNames,app_key as appKey,app_secret as appSecret,is_strong as isStrong from ip_times where app_key = #{appKey} and app_secret = #{appSecret};
|