|
@@ -71,7 +71,7 @@ class InvoiceOrder extends Base{
|
|
|
}
|
|
|
|
|
|
//回票流程结束未认证 状态3 退票认证结束 状态4
|
|
|
- public static function onAfterUpdate( Model $model){
|
|
|
+ public static function onAfterWrite( Model $model){
|
|
|
$id= $model->id;
|
|
|
Log::info('InvoiceOrder跟前数据:'.json_encode($model->toArray(),JSON_UNESCAPED_UNICODE));
|
|
|
$info = InvoiceOrder::where(['id'=>$id])->findOrEmpty();
|