mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-07-04 09:38:15 +08:00
fix: 🐛 种子数据
This commit is contained in:
@ -4,9 +4,13 @@
|
||||
"ExecutionCron": "0 * * * * ?",
|
||||
"HttpMethod": 7,
|
||||
"JobName": "用户收入支出统计",
|
||||
"LastStatusCode": 200,
|
||||
"NextExecTime": "2025-06-27 19:07:00",
|
||||
"NextTimeId": 1751022420,
|
||||
"RequestBody": "{\"Sql\":\"UPDATE Sys_UserWallet SET TotalIncome = (SELECT COALESCE(SUM(Amount), 0) FROM Sys_WalletTrade WHERE Sys_WalletTrade.OwnerId = Sys_UserWallet.Id AND Sys_WalletTrade.TradeDirection = 1);UPDATE Sys_UserWallet SET TotalExpenditure = (SELECT COALESCE(SUM(Amount), 0) FROM Sys_WalletTrade WHERE Sys_WalletTrade.OwnerId = Sys_UserWallet.Id AND Sys_WalletTrade.TradeDirection = 2);\",\"TimeoutSecs\":60}",
|
||||
"RequestHeader": "{\"Content-Type\":\"application/json\"}",
|
||||
"RequestUrl": "https://na.tools92.top/api/sys/tools/execute.sql",
|
||||
"Status": 1,
|
||||
"UserId": 664362432344581,
|
||||
},
|
||||
{
|
||||
@ -14,9 +18,13 @@
|
||||
"ExecutionCron": "0 * * * * ?",
|
||||
"HttpMethod": 7,
|
||||
"JobName": "充值到账确认",
|
||||
"LastStatusCode": 200,
|
||||
"NextExecTime": "2025-06-27 19:07:00",
|
||||
"NextTimeId": 1751022420,
|
||||
"RequestBody": "{\"readRecordCount\":100}",
|
||||
"RequestHeader": "{\"Content-Type\":\"application/json\"}",
|
||||
"RequestUrl": "https://na.tools92.top/api/sys/deposit.order/received.confirmation",
|
||||
"Status": 1,
|
||||
"UserId": 664362432344581,
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user