|
@@ -296,7 +296,7 @@ class ShopProc {
|
|
|
my_Assert($mo != null, ErrCode::err_const_no);
|
|
|
|
|
|
$tag = false;
|
|
|
- if(StlUtil::dictHasProperty($user->privateState->cashShopReceived, $typeId)){
|
|
|
+ if(in_array($typeId,$user->privateState->cashShopReceived)){
|
|
|
$tag = true;
|
|
|
}
|
|
|
|