测试
This commit is contained in:
@@ -160,10 +160,10 @@ function _Dps_JYYJBB2_Main_() {
|
||||
|
||||
|
||||
Cb_Inter_AuctionResultBidding_Leave_Func["交易播报2"] <- function(args) {
|
||||
|
||||
print("拍卖HOOK");
|
||||
local username = User(args[1]).GetCharacName();
|
||||
local id = NativePointer(args[2]).add(14).readInt();
|
||||
|
||||
print("拍卖id: " + id);
|
||||
local CheckSql = "SELECT item_id,unit_price,owner_id FROM taiwan_cain_auction_gold.auction_history_" + getYearMonth() + " where auction_id = " + id + ";";
|
||||
//从池子拿连接
|
||||
local SqlObj = MysqlPool.GetInstance().GetConnect();
|
||||
|
||||
Reference in New Issue
Block a user