瀏覽代碼

异常处理

彭俊 6 年之前
父節點
當前提交
cddc7adee0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/SportsNoteList.php

+ 1 - 0
app/Models/SportsNoteList.php

@@ -2411,6 +2411,7 @@ class SportsNoteList extends BaseModel
               'settle_status' =>1,//结算状态 未结算
               'game_status' =>0,//开奖状态 未开奖
               'remark' =>'',//处理备注
+              'use_mark' => '',//作废备注为空
           ];
           $ret_order = self::where('order_id',$order_id)->update($order_up);//将注单已作废改为未结算
           if($ret_order < 1)  throw new \Exception('注单数据更新失败');