增加佣金发放状态

This commit is contained in:
lccsw
2025-12-11 11:06:42 +08:00
parent e7e299ee81
commit fc6f49eb6f
2 changed files with 4 additions and 1 deletions
@@ -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()