Sfoglia il codice sorgente

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 3 anni fa
parent
commit
e539a38bd1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
                             }