Your Name 2 years ago
parent
commit
ca59cf7544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Member.php

+ 1 - 1
service/agent/lib/Member.php

@@ -689,7 +689,7 @@ class Member
             $temp[] = $val['group_sell']; // 用一个空数组来承接字段
             $sell += $val['group_sell'];
         }
-        if($temp && isset($info['title_id'])){
+        if($temp){
             // if($info['title_id'] == 4 || $info['title_id'] == 5){
                 $total = sprintf ('%01.2f',$sell - max($temp));
             // }