rabin 3 năm trước cách đây
mục cha
commit
c452adccda
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      app/shop/lib/Manage.php

+ 0 - 3
app/shop/lib/Manage.php

@@ -278,9 +278,6 @@ class Manage
                         $id = $v;
                         $info = Dever::db('shop/sell_order')->one($id);
                     }
-                    if ($info['status'] != 4) {
-                        continue;
-                    }
                     Dever::load('shop/lib/sell')->finish($info, $info['shop_id']);
                 }
             }