|
@@ -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']){
|