vali 6 tahun lalu
induk
melakukan
9cdb7cdab3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -184,8 +184,8 @@ class WinfailLogic
             } else {
                 DB::update("update money_buy_simplex  set game_status=$rwin  where batch_id in ( $sql)");
             }
-            DB::update("update  comendnotice set  status=1,result=1,done_time='$nowtime'  where  id=$noticeId ");
         }
+        DB::update("update  comendnotice set  status=1,result=1,done_time='$nowtime',pcount=pcount+1  where  id=$noticeId ");
         return true;
     }