增加佣金发放状态
This commit is contained in:
@@ -119,7 +119,8 @@ class Cmmssn extends BaseController
|
||||
'belongUserName' => $item->getBelongUser(),
|
||||
'cluesCid' => $cluesRow['sid'],
|
||||
'cluesTime' => $cluesRow ? date('Y-m-d H:i:s', $cluesRow['c_time']) : '',
|
||||
'brandSeries' => $brandSeries
|
||||
'brandSeries' => $brandSeries,
|
||||
'ifSendCn' => Pingan_users_cmmssn_model::IF_SEND_CN[$item->ifSend],
|
||||
];
|
||||
$list[] = $temp;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ class PinganUsersCmmssnEntity
|
||||
public $createTime;
|
||||
public $sourceId;
|
||||
|
||||
public $ifSend;
|
||||
|
||||
protected $ci;
|
||||
|
||||
public function __construct()
|
||||
|
||||
Reference in New Issue
Block a user