Stringsqlarchive="SELECT ranking_type,ranking_name,start_join_time,start_time,end_time FROM projectx.tb_leaderboard_archive where project_id = '"+projectId+"'";
Stringsql="SELECT id,start_time,end_time,next_reset_time,next_op_time,current_ranking_type FROM projectx.tb_leaderboard_config where project_id = '"+projectId+"'";
Stringsql="SELECT id,start_time,end_time,next_reset_time,next_op_time,current_ranking_type FROM projectx.tb_leaderboard_config where project_id = '"+projectId+"'";
Stringsqlarchive="SELECT ranking_type,ranking_name,start_join_time,start_time,end_time FROM projectx.tb_leaderboard_archive where project_id = '"+projectId+"'";
Stringsql2="insert into wechat.tb_wx_reply_config (act_id,app_id,act_type,reply_text,reply_url)values("+actId+",'"+appId+"','"+actType+"','"+replyText0+"','"+replyUrl+"')";