|
@@ -28,7 +28,7 @@ async function create_collect_coins_task(opts) {
|
|
|
var update_time = utils.getCurrentDate()
|
|
|
|
|
|
var create_withdraw_sql = 'INSERT INTO collect_coins_manage (balances,transfers,prestore_gas_fee,company_public_key,total_gas_fee,status,create_time,update_time,resposes,error_msg)' +
|
|
|
- 'VALUES(?,?,?,?,?,?,?,?,?)'
|
|
|
+ 'VALUES(?,?,?,?,?,?,?,?,?,?)'
|
|
|
var create_withdraw_params = [JSON.stringify(balances), JSON.stringify(transfers), JSON.stringify(prestore_gas_free), company_public_key, total_gas_fee, status, create_time, update_time,resposes,error_msg ? error_msg : '']
|
|
|
|
|
|
logger.log('create_collect_coins_task create_collect_coins_task_sql', create_withdraw_sql, create_withdraw_params);
|