|
@@ -5299,6 +5299,9 @@ class Sale extends Base
|
|
|
} catch (\think\Exception $exception) {
|
|
|
Db::rollback();
|
|
|
return json_show(1004, $exception->getMessage());
|
|
|
+ }catch (Exception $exception){
|
|
|
+ Db::rollback();
|
|
|
+ return json_show(1004, $exception->getMessage());
|
|
|
}
|
|
|
|
|
|
}
|