修复报错
This commit is contained in:
@@ -119,6 +119,9 @@ public class LuckyGiftRewardAdminServiceImpl implements LuckyGiftRewardAdminServ
|
||||
platformValue = gift.getGoldPrice();
|
||||
}
|
||||
}
|
||||
if (platformValue == null) {
|
||||
platformValue = 0L;
|
||||
}
|
||||
admin.setRewardName(rewardName);
|
||||
admin.setPlatformValue(platformValue);
|
||||
admin.setExpectValue((rewardRate / ONE_HUNDRED) * platformValue);
|
||||
|
Reference in New Issue
Block a user