|
|
@@ -67,7 +67,7 @@ public class UserGalaxyCoinServiceImpl implements UserGalaxyCoinService {
|
|
|
.eq(User::getGalaxyCoin, userGalaxyCoin));
|
|
|
if (update == 1) {
|
|
|
if (isRecord) {
|
|
|
- recordUseRecord(userId, orderId, BigDecimal.valueOf(galaxyCoin), remark, available);
|
|
|
+ recordUseRecord(orderId, userId, BigDecimal.valueOf(galaxyCoin), remark, available);
|
|
|
}
|
|
|
break;
|
|
|
}
|