Browse Source

admin control update

xiaoyu 3 years ago
parent
commit
367aa9fd81
1 changed files with 0 additions and 19 deletions
  1. 0 19
      admin/control/ordersendlist.php

+ 0 - 19
admin/control/ordersendlist.php

@@ -97,25 +97,6 @@ class ordersendlistControl extends SystemControl
         Tpl::showpage('refill.order.send.index');
     }
 
-    private function scard_type(int $card_type)
-    {
-        if ($card_type == 1) { //中石油
-            return '中石油';
-        } elseif ($card_type == 2) { //中石化
-            return '中石化';
-        } elseif ($card_type == 4) { //中国移动
-            return '中国移动';
-        } elseif ($card_type == 5) { //中国联通
-            return '中国联通';
-        } elseif ($card_type == 6) { //中国电信
-            return '中国电信';
-        } elseif ($card_type == 7) { //中国电信
-            return '增值业务';
-        } else {
-            return 'unknown';
-        }
-    }
-
     private function refill_stat($condition, $times)
     {
         $stat_order = function ($condition) {