fix Q
This commit is contained in:
@@ -1184,7 +1184,7 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
|
||||
" WHERE p.code ='OFDPS' AND p.member_id = %lu "
|
||||
" AND p.confirmation IS NOT NULL "
|
||||
" AND p.flags = 4 AND o.status=1 "
|
||||
" GROUP BY p.currency" in["member_id"].Long());
|
||||
" GROUP BY p.currency", in["member_id"].Long());
|
||||
|
||||
|
||||
if (res2 != NULL && pgsql_num_rows(res2) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user