@ -23,5 +23,7 @@
user_gold_record ugr ON u.jwcode = ugr.jwcode
JOIN
admin a ON ugr.admin_id = a.id
WHERE
ugr.type = 2
</select>
</mapper>