rabin 6 giorni fa
parent
commit
3d0fc2ee07

+ 1 - 1
src/dai/seller/app/Lib/Order.php

@@ -215,7 +215,7 @@ class Order
             $update['response'] = json_encode($result['response'], JSON_UNESCAPED_UNICODE);
         }
         if (isset($channel['goods']['id'])) {
-            $update['goods_id'] = $channel['goods']['id'];
+            $update['channel_goods_id'] = $channel['goods']['id'];
         }
         $update['goods_discount'] = $channel['discount'];
         if (isset($channel['goods']['discount']) && $channel['goods']['discount']) {

+ 1 - 0
src/dai/seller/manage/Lib/Data.php

@@ -122,6 +122,7 @@ class Data {
                 $class->add($seller, $goods, $sku, $v, $order);
             }
         }
+        return 'end';
         return $data;
     }
 

+ 1 - 1
src/dai/seller/table/order_channel.php

@@ -27,7 +27,7 @@ return array
             'fields'    => true,
         ),
 
-        'goods_id' => array
+        'channel_goods_id' => array
         (
             'name'      => '渠道商品id',
             'type'      => 'int(11)',

+ 10 - 0
src/dai/seller/workerman.log

@@ -5527,3 +5527,13 @@ Stack trace:
 2025-11-15 21:28:12 pid:40474 worker[none:40476] exit with status 9
 2025-11-15 21:28:12 pid:40474 worker[none:40477] exit with status 9
 2025-11-15 21:28:12 pid:40474 Workerman[cron.php] has been stopped
+2025-11-15 22:11:23 pid:52757 Workerman[cron.php] start in DEBUG mode
+2025-11-16 10:19:47 pid:52757 Workerman[cron.php] received signal SIGINT
+2025-11-16 10:19:47 pid:52757 Workerman[cron.php] stopping
+2025-11-16 10:19:49 pid:52757 worker[none:52777] exit with status 9
+2025-11-16 10:19:49 pid:52757 worker[none:52778] exit with status 9
+2025-11-16 10:19:49 pid:52757 worker[none:52779] exit with status 9
+2025-11-16 10:19:49 pid:52757 worker[none:52780] exit with status 9
+2025-11-16 10:19:49 pid:52757 Workerman[cron.php] has been stopped
+2025-11-16 10:19:52 pid:55975 Workerman[cron.php] start in DAEMON mode
+2025-11-16 10:19:59 pid:56001 Workerman[server.php] start in DAEMON mode