laowu hace 2 semanas
padre
commit
e9e08bdaf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Models/GamePhoneVerityCode.php

+ 1 - 1
app/Models/GamePhoneVerityCode.php

@@ -97,6 +97,6 @@ class GamePhoneVerityCode extends Model
     {
         DB::connection('write')->table('QPTreasureDB.dbo.GamePhoneVerityCode')
             ->where('PhoneNum', $phone)
-            ->update(['Code' => '']);
+            ->delete();
     }
 }