Your Name 3 년 전
부모
커밋
ca76ddf29e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      learn/active/lib/Cron.php

+ 1 - 1
learn/active/lib/Cron.php

@@ -128,7 +128,7 @@ Class Cron{
                             if ($code_id) {
                                 $where['where_id'] = $v['id'];
                                 $where['code_num'] = 1;
-                                $where['no_num'] = 1;
+                                $where['no_num'] = 0;
                                 $where['clear'] = true;
                                 Dever::db('active/order')->update($where);
                             }