Ver código fonte

异常处理

彭俊 6 anos atrás
pai
commit
cddc7adee0
1 arquivos alterados com 1 adições e 0 exclusões
  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('注单数据更新失败');