rabin 2 years ago
parent
commit
b4e9401c75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Cron.php

+ 1 - 1
app/shop/lib/Cron.php

@@ -898,7 +898,7 @@ class Cron
                     if ($update['service']) {
                         $update['service'] = Dever::array_encode($update['service']);
                         $update['where_id'] = $v['id'];
-                        Dever::db('shop/dh_order_ps')->update($update);
+                        Dever::db('agent/dh_order_ps')->update($update);
                     }
                 }
             }