diff --git a/app/store/model/Payment.php b/app/store/model/Payment.php index 57eb83de..25b9ffd3 100644 --- a/app/store/model/Payment.php +++ b/app/store/model/Payment.php @@ -34,7 +34,7 @@ class Payment extends PaymentModel // 删除所有的支付方式记录 static::deleteAll([]); // 批量写入商品图片记录 - static::increased($dataList); + $res = static::increased($dataList); // 删除系统设置缓存 Cache::delete('payment_' . self::$storeId); return true;