ソースを参照

Merge branch 'dev'

prodstable
コミット
be3269487f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      common/models/User.php

+ 1
- 1
common/models/User.php ファイルの表示

@@ -591,7 +591,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
public function getFavoritePointSale()
{
$arrayUserPointSale = UserPointSale::find()
->innerJoinWith('pointSale')
->innerJoinWith('pointSale', true)
->where([
'user_point_sale.id_user' => $this->id,
'point_sale.id_producer' => Producer::getId()

読み込み中…
キャンセル
保存