vali 6 년 전
부모
커밋
9cdb7cdab3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }