|
@@ -61,7 +61,7 @@ class FinancialSeal extends Base{
|
|
|
[['buyer_code','=',$row['company_code']],['type','in',[1,3]]],
|
|
|
[['seller_code','=',$row['company_code']],['type','in',[2,4]]]
|
|
|
]);
|
|
|
- })->where(["status"=>1,"fz_date"=>$row['fz_date']])->findOrEmpty();
|
|
|
+ })->where(["status"=>[1,4],"fz_date"=>$row['fz_date']])->findOrEmpty();
|
|
|
if(!$mamger->isEmpty()) return error(FinancialManager::$ManagerType[$mamger['type']]."【{$mamger['id']}】未处理");
|
|
|
}
|
|
|
$row->status=$params['status'];
|