This commit is contained in:
CHIEFSOFT\ameye
2024-09-23 12:39:16 -04:00
parent c5ea96f36f
commit f558567b93
+1 -1
View File
@@ -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) {