仙充卡不再每日清零

back_recharge
duhui 2022-11-21 09:43:16 +08:00
parent 8bec8568f2
commit af9dfd344a
1 changed files with 1 additions and 2 deletions

View File

@ -1093,8 +1093,7 @@ public class ItemLogic {
if (sItem == null
|| sItem.getItemType() == GlobalItemType.ONE_RMB_RECHARGE_CARD
|| sItem.getItemType() == GlobalItemType.DAY_TRUE_RECHARGE_JUAN
|| sItem.getItemType() == GlobalItemType.DAY_RMB_CARD
|| sItem.getItemType() == GlobalItemType.DAY_XIAN_RECHARGE_CARD )
|| sItem.getItemType() == GlobalItemType.DAY_RMB_CARD )
{
itemManager.removeItem(itemEntry.getKey());
list.add(CBean2Proto.getItem(item,0));