f2864ade8afd6c19566ec0bf45b854fad0a674dd
Modified the SQL query in the setJoinDate method to use "ON DUPLICATE KEY UPDATE" for updating the date if the userId already exists. This ensures that duplicate entries are handled correctly by updating the existing record rather than creating a new one.
Description
No description provided
672 KiB
Languages
Java
100%