彭俊 hace 6 años
padre
commit
cddc7adee0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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('注单数据更新失败');