rabin 3 年之前
父节点
当前提交
c685c19f2e
共有 1 个文件被更改,包括 4 次插入4 次删除
  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']){