rabin 3 years ago
parent
commit
c685c19f2e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      service/mail/lib/Manage.php

+ 4 - 4
service/mail/lib/Manage.php

@@ -621,26 +621,26 @@ class Manage
                 }
                 */
 
-                $where['status'] = 1;
+                $where['status'] = 2;
                 $where['type'] = 1;
                 $jiaofu = Dever::db('option/bill_jiaofu')->getSearch($where);
                 if ($jiaofu && $jiaofu['total']){
                     $daijiaofu_qiquan = $jiaofu['total'];
                 }
-                $where['status'] = 1;
+                $where['status'] = 2;
                 $where['type'] = 2;
                 $jiaofu = Dever::db('option/bill_jiaofu')->getSearch($where);
                 if ($jiaofu && $jiaofu['total']){
                     $daijiaofu_yuanshiqiquan = $jiaofu['total'];
                 }
-                $where['status'] = 2;
+                $where['status'] = 1;
                 $where['type'] = 1;
                 $jiaofu = Dever::db('option/bill_jiaofu')->getSearch($where);
                 if ($jiaofu && $jiaofu['total']){
                     $jiaofu_qiquan = $jiaofu['total'];
                 }
 
-                $where['status'] = 2;
+                $where['status'] = 1;
                 $where['type'] = 2;
                 $jiaofu = Dever::db('option/bill_jiaofu')->getSearch($where);
                 if ($jiaofu && $jiaofu['total']){