修改佣金显示层级
This commit is contained in:
@@ -31,9 +31,8 @@ class OrganizationCmmssnEntity
|
||||
*/
|
||||
public function getCommission($teamLevel, $cluesCommission, $orderCommission, $groupType)
|
||||
{
|
||||
|
||||
try {
|
||||
if ($teamLevel >= 3) {//4级及以上
|
||||
if ($teamLevel <= 3) {//4级及以上
|
||||
if ($groupType == Pingan_users_model::GROUP_TYPE_ORG_CONTACT
|
||||
|| $groupType == Pingan_users_model::GROUP_TYPE_TEAM_CONTACT) {
|
||||
$resCluesCommission_min = $this->cluesLevel1 * $cluesCommission / 100;
|
||||
|
||||
Reference in New Issue
Block a user