feature/main20240421
郭嘉 10 months ago
parent 87b3f428b2
commit 0c6de43edf
  1. 2
      app/common/model/Payment.php

@ -79,7 +79,7 @@ class Payment extends BaseModel
* @throws \think\db\exception\DbException
* @throws \think\db\exception\DataNotFoundException
*/
public static function getAll(int $storeId, int $merchantId = 0): array
public static function getAll(int $storeId, int $merchantId = null): array
{
// 实例化当前模型
$model = new static;

Loading…
Cancel
Save