商店兼容
parent
9b743e7c51
commit
b3e2ccf2b7
|
@ -646,9 +646,10 @@ public class StoreLogic {
|
|||
}
|
||||
break;
|
||||
default:
|
||||
String format = MessageFormat.format("购买商品退出,未知的条件类型,请联系策划确认,uid:{0},storeId:{1},itemId:{2},itemNum:{3}", user.getId(), storeId,itemId,itemNum);
|
||||
LOGGER.error(format);
|
||||
return false;
|
||||
// String format = MessageFormat.format("购买商品退出,未知的条件类型,请联系策划确认,uid:{0},storeId:{1},itemId:{2},itemNum:{3}", user.getId(), storeId,itemId,itemNum);
|
||||
// LOGGER.error(format);
|
||||
// return false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
// 限购次数验证
|
||||
|
|
Loading…
Reference in New Issue