47 lines
1.1 KiB
Batchfile
47 lines
1.1 KiB
Batchfile
for %%p in (
|
|
2018-09-01,
|
|
2018-09-02,
|
|
2018-09-03,
|
|
2018-09-04,
|
|
2018-09-05,
|
|
2018-09-06,
|
|
2018-09-07,
|
|
2018-09-08,
|
|
2018-09-09,
|
|
2018-09-10,
|
|
2018-09-11,
|
|
2018-09-12,
|
|
2018-09-13,
|
|
2018-09-14,
|
|
2018-09-15,
|
|
2018-09-16,
|
|
2018-09-17,
|
|
2018-09-18,
|
|
2018-09-19,
|
|
2018-09-20,
|
|
2018-09-21,
|
|
2018-09-22,
|
|
2018-09-23,
|
|
2018-09-24,
|
|
2018-09-25,
|
|
2018-09-26,
|
|
2018-09-27,
|
|
2018-09-28,
|
|
2018-09-29,
|
|
2018-09-30
|
|
) do (
|
|
::"%~dp0HttpRequest.x64.exe" -type post -address "https://dlapi.tscce.cn/ext/autotask.php" -parameter "sync_date=%%p" -interval 1000 -thread 1 -loop 0
|
|
"C:\webroot\dbbackup\mysql\mysql.exe" -h"rm-wz978o3vha6z26m5no.mysql.rds.aliyuncs.com" -P"3306" -u"yunuser" -p"Yun_User" -e"call ct_CreateGoldBalanceData('%%p')" "game_db"
|
|
)
|
|
pause
|
|
exit
|
|
|
|
truncate table ct_report_player_room_open;
|
|
truncate table ct_report_player_roomcard_use;
|
|
truncate table ct_report_player_roomcard_record;
|
|
truncate table ct_report_player_star_record;
|
|
truncate table ct_report_player_buy_record;
|
|
truncate table ct_report_sales_roomcard_buy;
|
|
truncate table ct_report_sales_charge_record;
|
|
truncate table ct_report_sales_login_record;
|