|
sql = string.format("INSERT INTO `task_boost_material_queue` (material_id,main_id,quantity,bid_type,is_rise) VALUES (%d,%d,%d,%d,%d)",
|
|
sql = string.format("INSERT INTO `task_boost_material_queue` (material_id,main_id,quantity,bid_type,is_rise) VALUES (%d,%d,%d,%d,%d)",
|
|
|
|
+ material_id,msg_body.main_id,msg_body.quantity,msg_body.bid_type,msg_body.is_rise)
|