|
@@ -43,8 +43,7 @@ class Manage
|
|
|
$tixian = Dever::db('bill/tixian')->find($info['type_id']);
|
|
|
$where['where_id'] = $tixian['id'];
|
|
|
$where['status'] = 1;
|
|
|
- $where['bill-cash-status'] =2;
|
|
|
- Dever::db('bil/tixian')->upStatus($where);
|
|
|
+ Dever::db('bill/tixian')->update($where);
|
|
|
}
|
|
|
} else {
|
|
|
#作废
|