Skip to content

Commit

Permalink
ssl替换crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyoo0812 committed Apr 12, 2024
1 parent c472082 commit fb8a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/store/mysql_mgr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function MysqlMgr:setup()
self.mysql_db = MysqlDB(driver)
end

function MysqlMgr:query(db_id, primary_id, sql)
function MysqlMgr:query(primary_id, sql)
local mysqldb = self.mysql_db
if mysqldb and mysqldb:set_executer(primary_id) then
local ok, res_oe = mysqldb:query(sql)
Expand Down

0 comments on commit fb8a59a

Please sign in to comment.