Log Messages

总计45条数据
TimeLevelCategoryMessage
 
17:14:23.710traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:14:23.710traceyii\base\Module::getModuleLoading module: debug
17:14:23.711traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:14:23.711traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
17:14:23.711traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:14:23.711traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.711traceyii\base\Module::getModuleLoading module: gii
17:14:23.711traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
17:14:23.712traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
17:14:23.712traceyii\web\Application::handleRequestRoute requested: 'vue/erp-inventory-product/product-list'
17:14:23.712traceyii\base\Module::getModuleLoading module: vue
17:14:23.712infoyii\web\Session::openSession started
17:14:23.712infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
17:14:23.712infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
17:14:23.717traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.718traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:14:23.718traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.718traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:14:23.718infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
17:14:23.720traceyii\base\Controller::runActionRoute to run: vue/erp-inventory-product/product-list
17:14:23.720traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.722traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
17:14:23.722traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ErpInventoryProductController::actionProductList()
17:14:23.722traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.722traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:14:23.728infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT "p".* FROM "a57be577deb434"."tbl_products" "p" LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_products" "eip" ON eip.product_id = p.id WHERE "eip"."inventory" > 0 GROUP BY "p"."id" ORDER BY p.updated_at DESC, p.id desc) "c"
17:14:23.739infoyii\db\Command::querySELECT "p".* FROM "a57be577deb434"."tbl_products" "p" LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_products" "eip" ON eip.product_id = p.id WHERE "eip"."inventory" > 0 GROUP BY "p"."id" ORDER BY p.updated_at DESC, p.id desc LIMIT 20
17:14:23.741infoyii\db\Command::querySELECT "product_id", "erp_store_id", sum(outbound) as outbound, sum(number) as number, sum(inventory) as inventory, avg(amount) as avg_amount, avg(amount * inventory) as avg_total_amount FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE "product_id" IN (2064, 2069, 2068, 2067, 2049) GROUP BY "product_id", "erp_store_id"
17:14:23.743infoyii\db\Command::querySELECT "product_id", sum(outbound) as outbound, sum(number) as number, sum(inventory) as inventory, avg(actual_amount) as avg_amount, avg(actual_amount * inventory) as avg_total_amount, sum(actual_amount * inventory) as amount FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE "product_id" IN (2064, 2069, 2068, 2067, 2049) GROUP BY "product_id"
17:14:23.745infoyii\db\Command::querySELECT "product_id", sum(inventory) as inventory, avg(actual_amount) as avg_amount, sum(actual_amount * inventory) as amount FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE (inventory > 0) AND ("product_id" IN (2064, 2069, 2068, 2067, 2049)) GROUP BY "product_id"
17:14:23.745infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE (inventory > 0) AND ("product_id" IN (2064, 2069, 2068, 2067, 2049))
17:14:23.746infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (10, 4, 5)
17:14:23.747infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (199, 51, 35)
17:14:23.748infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (208, 12)
17:14:23.749infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1670, 231, 103)
17:14:23.753infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id"=2
17:14:23.754traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.755traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.756infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_erp_stores" WHERE "is_delete"=FALSE ORDER BY "sort", "id"
17:14:23.757infoyii\db\Command::querySELECT sum(inventory) as inventory, sum(total_amount) as total_amount FROM (SELECT sum(eip.inventory) as inventory, sum(eip.actual_amount * eip.inventory) as total_amount FROM "a57be577deb434"."tbl_products" "p" LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON p.product_brand = pb.id LEFT JOIN "a57be577deb434"."tbl_product_types" "pt" ON p.product_type = pt.id LEFT JOIN "a57be577deb434"."tbl_product_series" "ps" ON p.product_serie = ps.id LEFT JOIN "a57be577deb434"."tbl_product_components" "pc" ON p.product_component = pc.id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_products" "eip" ON eip.product_id = p.id WHERE "eip"."inventory" > 0 GROUP BY "p"."id") "sub"
17:14:23.758traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.759traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:14:23.759infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/erp-inventory-product/product-list', '{"Filter":{"name":"updated_at","sort":"DESC"},"ErpProductSearch":{"erp_store_id":"","product_type":"","product_component":"","product_brand":"","product_serie":"","handler":"","number_range_to":"","number_range_from":"","inventory":"1"},"page":"1","web_access_token":"Li3IMhP-fEDlm-Uio7KRe04g8yEtq7zU"}', '{"code":2000,"result":{"stores":[{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"}],"list":[{"id":2064,"name":"NVIDIA H200 8GPU NVLINK\u6a21\u7ec4","product_type":10,"product_component":199,"product_brand":208,"product_serie":1670,"product_misc":"","product_qa":"","pn":"","description":"NVIDIA H200 141GB SXM 8GPU NVLINK\u6a21\u7ec4\uff08\u542b8\u4e2aH200 GPU\uff09","created_by":1013,"created_at":"2025-07-25 13:49:37","updated_at":"2025-08-25 10:07:24","pinyin_shortcut":"NVIDIAH2008GPUNVLINKmz","product_unit":2,"is_renew":false,"everyStoreErpInventoryCount":{"product_id":2064,"erp_store_id":"","outbound":"1","number":"1","inventory":"0","avg_amount":"1.00000000000000000000","avg_total_amount":"0.00000000000000000000"},"erpInventoryCount":{"product_id":2064,"outbound":"6","number":"566","inventory":"560","avg_amount":"0.59460000000000000000","avg_total_amount":"110.9920000000000000","amount":"332.9760"},"erpInventoryCount2":{"product_id":2064,"inventory":"560","avg_amount":0.5946,"amount":332.976},"erpInventoryCount3":[{"id":13,"product_id":2064,"erp_purchase_inbound_id":6,"erp_purchase_order_id":2013,"erp_purchase_inbound_product_id":7,"erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-19","number":"1","outbound":"0","inventory":"1","amount":"333","total_amount":"333","actual_amount":"0.5946","actual_total_amount":"0.5946","is_build":false,"created_at":"2025-08-19 17:37:36","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""},{"id":8,"product_id":2064,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-14","number":"564","outbound":"5","inventory":"559","amount":"0","total_amount":"0","actual_amount":"0.5946","actual_total_amount":"332.3814","is_build":false,"created_at":"2025-08-14 10:39:30","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"1","sales_outbound":"4","erp_purchase_gift_id":5,"erp_purchase_gift_product_id":5,"sales_gift_outbound":""}],"productType":{"id":10,"key":10,"name":"\u56fe\u5f62\u5de5\u4f5c\u7ad9"},"productComponent":{"id":199,"key":199,"name":"\u5de5\u4f5c\u7ad9\u914d\u4ef6"},"productBrand":{"id":208,"key":208,"name":"NVIDIA"},"productSerie":{"id":1670,"key":1670,"name":"NVIDIA H200 8GPU NVLINK\u6a21\u7ec4"},"productUnit":{"id":2,"key":2,"name":"\u5957"},"everyStoreErpInventoryCount1":{"product_id":2064,"erp_store_id":1,"outbound":"5","number":"565","inventory":"560","avg_amount":"166.5000000000000000","avg_total_amount":"166.5000000000000000"}},{"id":2069,"name":"\u6df1\u4fe1\u670d\u9632\u6cc4\u5bc6\u5916\u53d1\u5ba1\u8ba1\u8f6f\u4ef6V7.0\uff08\u9002\u7528\u4e8e AC-1000-B1100-4D \uff09","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2025-07-28 14:49:44","updated_at":"2025-08-25 09:30:31","pinyin_shortcut":"sxffxmwfsjrjV70syyAC1000B11004D","product_unit":2,"is_renew":false,"everyStoreErpInventoryCount":{"product_id":2069,"erp_store_id":"","outbound":"3","number":"20","inventory":"17","avg_amount":"34343.000000000000","avg_total_amount":"583831.000000000000"},"erpInventoryCount":{"product_id":2069,"outbound":"3","number":"20","inventory":"17","avg_amount":"34343.000000000000","avg_total_amount":"583831.000000000000","amount":"583831"},"erpInventoryCount2":{"product_id":2069,"inventory":"17","avg_amount":34343,"amount":583831},"erpInventoryCount3":[{"id":3,"product_id":2069,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":"","wrote_date":"2025-08-12","number":"20","outbound":"3","inventory":"17","amount":"34343","total_amount":"686860","actual_amount":"34343","actual_total_amount":"583831","is_build":false,"created_at":"2025-08-12 14:35:17","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":1,"erp_inventory_build_product_id":1,"build_spent_outbound":"","sales_outbound":"3","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""}],"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},{"id":2068,"name":"\u6df1\u4fe1\u670dURL\u7cfb\u7edf\u8f6f\u4ef6V5.0\uff08\u9002\u7528\u4e8eAC-1000-B1100-4D\uff09","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7","created_by":1013,"created_at":"2025-07-28 14:46:34","updated_at":"2025-08-25 09:17:25","pinyin_shortcut":"sxfURLxtrjV50syyAC1000B11004D","product_unit":2,"is_renew":false,"everyStoreErpInventoryCount":{"product_id":2068,"erp_store_id":"","outbound":"0","number":"2","inventory":"2","avg_amount":"234324.000000000000","avg_total_amount":"468648.000000000000"},"erpInventoryCount":{"product_id":2068,"outbound":"25","number":"2248","inventory":"2223","avg_amount":"34167.744000000000","avg_total_amount":"12659149.152000000000","amount":"75954894.912"},"erpInventoryCount2":{"product_id":2068,"inventory":"2223","avg_amount":34167.744,"amount":75954894.912},"erpInventoryCount3":[{"id":6,"product_id":2068,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-14","number":"22","outbound":"0","inventory":"22","amount":"0","total_amount":"0","actual_amount":"34167.744","actual_total_amount":"751690.368","is_build":false,"created_at":"2025-08-14 10:38:15","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":2,"erp_purchase_gift_product_id":2,"sales_gift_outbound":""},{"id":11,"product_id":2068,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":"","wrote_date":"2025-08-19","number":"2","outbound":"0","inventory":"2","amount":"234324","total_amount":"468648","actual_amount":"34167.744","actual_total_amount":"68335.488","is_build":false,"created_at":"2025-08-19 10:24:17","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":3,"erp_inventory_build_product_id":3,"build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""},{"id":2,"product_id":2068,"erp_purchase_inbound_id":1,"erp_purchase_order_id":2008,"erp_purchase_inbound_product_id":2,"erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-12","number":"2222","outbound":"24","inventory":"2198","amount":"34343","total_amount":"76310146","actual_amount":"34167.744","actual_total_amount":"75100701.312","is_build":false,"created_at":"2025-08-12 14:33:42","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"20","sales_outbound":"4","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""},{"id":14,"product_id":2068,"erp_purchase_inbound_id":6,"erp_purchase_order_id":2013,"erp_purchase_inbound_product_id":8,"erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-19","number":"1","outbound":"0","inventory":"1","amount":"333","total_amount":"333","actual_amount":"34167.744","actual_total_amount":"34167.744","is_build":false,"created_at":"2025-08-19 17:37:36","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""}],"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"},"everyStoreErpInventoryCount1":{"product_id":2068,"erp_store_id":1,"outbound":"25","number":"2246","inventory":"2221","avg_amount":"7822.0000000000000000","avg_total_amount":"15097249.400000000000"}},{"id":2067,"name":"\u6df1\u4fe1\u670d\u5168\u7f51\u884c\u4e3a\u7ba1\u7406\u7cfb\u7edf\u8f6f\u4ef6V13.0(\u9002\u7528\u4e8eAC-1000-B1100-4D)","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"\u6df1\u4fe1\u670d\u5168\u7f51\u884c\u4e3a\u7ba1\u7406\u7cfb\u7edf\u8f6f\u4ef6V13.0","created_by":1013,"created_at":"2025-07-28 14:45:38","updated_at":"2025-08-12 18:25:29","pinyin_shortcut":"sxfqwxwglxtrjV130syyAC1000B11004D","product_unit":2,"is_renew":false,"everyStoreErpInventoryCount":[{"product_id":2067,"erp_store_id":1,"outbound":"0","number":"2999","inventory":"2999","avg_amount":"5645.0000000000000000","avg_total_amount":"16929355.000000000000"}],"erpInventoryCount":{"product_id":2067,"outbound":"0","number":"2999","inventory":"2999","avg_amount":"5645.0000000000000000","avg_total_amount":"16929355.000000000000","amount":"16929355"},"erpInventoryCount2":{"product_id":2067,"inventory":"2999","avg_amount":5645,"amount":16929355},"erpInventoryCount3":[{"id":1,"product_id":2067,"erp_purchase_inbound_id":1,"erp_purchase_order_id":2008,"erp_purchase_inbound_product_id":1,"erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-12","number":"2999","outbound":"0","inventory":"2999","amount":"5645","total_amount":"16929355","actual_amount":"5645","actual_total_amount":"16929355","is_build":false,"created_at":"2025-08-12 14:33:42","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":""}],"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"},"everyStoreErpInventoryCount1":{"product_id":2067,"erp_store_id":1,"outbound":"0","number":"2999","inventory":"2999","avg_amount":"5645.0000000000000000","avg_total_amount":"16929355.000000000000"}},{"id":2049,"name":"\u6df1\u4fe1\u670dSSL VPN\u6388\u6743\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\n\u6df1\u4fe1\u670dSSL VPN\u63a5\u5165\u6388\u6743\uff08\u6bcf\u589e\u52a0\u4e00\u4e2aSSL\u63a5\u5165\u8bb8\u53ef\uff09","created_by":1013,"created_at":"2025-07-16 10:55:32","updated_at":"2025-08-12 18:06:49","pinyin_shortcut":"sxfSSLVPNsqrjV60","product_unit":2,"is_renew":false,"everyStoreErpInventoryCount":[{"product_id":2049,"erp_store_id":1,"outbound":"0","number":"1","inventory":"1","avg_amount":"1256.5000000000000000","avg_total_amount":"0.00000000000000000000"}],"erpInventoryCount":{"product_id":2049,"outbound":"0","number":"1","inventory":"1","avg_amount":"0.00000000000000000000","avg_total_amount":"0.00000000000000000000","amount":"0"},"erpInventoryCount2":{"product_id":2049,"inventory":"1","avg_amount":0,"amount":0},"erpInventoryCount3":[{"id":5,"product_id":2049,"erp_purchase_inbound_id":"","erp_purchase_order_id":"","erp_purchase_inbound_product_id":"","erp_purchase_order_product_id":"","erp_store_id":1,"wrote_date":"2025-08-12","number":"1","outbound":"0","inventory":"1","amount":"0","total_amount":"0","actual_amount":"0","actual_total_amount":"0","is_build":false,"created_at":"2025-08-12 15:08:40","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":"","erp_inventory_build_product_id":"","build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":1,"erp_purchase_gift_product_id":1,"sales_gift_outbound":""}],"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"},"everyStoreErpInventoryCount1":{"product_id":2049,"erp_store_id":1,"outbound":"0","number":"1","inventory":"1","avg_amount":"1256.5000000000000000","avg_total_amount":"0.00000000000000000000"}}],"pagenation":{"totalcount":5,"thispage":1,"pagesize":20},"can_create_inventory_lost":true,"can_create_inventory_build":true,"count":{"inventory":"5800","total_amount":"93468413.8880"}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-27 17:14:23') RETURNING "id"
17:14:23.761traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:14:23.761traceyii\redis\Connection::executeCommandExecuting Redis Command: SET