@@ -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);
}