Log Messages

总计86条数据
TimeLevelCategoryMessage
 
13:45:07.365traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
13:45:07.365traceyii\base\Module::getModuleLoading module: debug
13:45:07.365traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
13:45:07.365traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
13:45:07.365traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
13:45:07.365traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.366traceyii\base\Module::getModuleLoading module: gii
13:45:07.366traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
13:45:07.366traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
13:45:07.366traceyii\web\Application::handleRequestRoute requested: 'vue/erp-inventory-build/list'
13:45:07.366traceyii\base\Module::getModuleLoading module: vue
13:45:07.366infoyii\web\Session::openSession started
13:45:07.367infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
13:45:07.367infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
13:45:07.371traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.371traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:45:07.371traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.372traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:45:07.372infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
13:45:07.373traceyii\base\Controller::runActionRoute to run: vue/erp-inventory-build/list
13:45:07.374traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.375traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
13:45:07.375traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ErpInventoryBuildController::actionList()
13:45:07.376traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.376infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_erp_inventory_builds' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
13:45:07.382infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_erp_inventory_builds' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
13:45:07.388traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:45:07.388traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
13:45:07.392traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.392traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.393infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
13:45:07.394infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT r.*, min( CASE WHEN 1 = r.verify_type THEN ( CASE WHEN rvr.status = 0 THEN 1 WHEN rsvr.status = 0 THEN 2 ELSE 4 END ) ELSE ( CASE WHEN rvr.status = 0 AND r.next_verify_user = 1001 THEN 1 WHEN rsvr.status = 0 AND r.next_stop_verify_user = 1001 THEN 2 ELSE 4 END ) END) AS need_verify_sort FROM "a57be577deb434"."tbl_erp_inventory_builds" "r" LEFT JOIN "a57be577deb434"."tbl_erp_inventory_build_verify_rels" "rvr" ON rvr.erp_inventory_build_id = r.id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" "rsvr" ON rvr.erp_inventory_build_id = r.id WHERE (("r"."created_by"=1001) OR ("rvr"."user_id"=1001) OR ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449))) AND (("r"."status" != 0) OR (("r"."status"=0) AND ("r"."created_by"=1001))) GROUP BY "r"."id" ORDER BY need_verify_sort asc, created_at DESC) "c"
13:45:07.396infoyii\db\Command::querySELECT r.*, min( CASE WHEN 1 = r.verify_type THEN ( CASE WHEN rvr.status = 0 THEN 1 WHEN rsvr.status = 0 THEN 2 ELSE 4 END ) ELSE ( CASE WHEN rvr.status = 0 AND r.next_verify_user = 1001 THEN 1 WHEN rsvr.status = 0 AND r.next_stop_verify_user = 1001 THEN 2 ELSE 4 END ) END) AS need_verify_sort FROM "a57be577deb434"."tbl_erp_inventory_builds" "r" LEFT JOIN "a57be577deb434"."tbl_erp_inventory_build_verify_rels" "rvr" ON rvr.erp_inventory_build_id = r.id LEFT JOIN "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" "rsvr" ON rvr.erp_inventory_build_id = r.id WHERE (("r"."created_by"=1001) OR ("rvr"."user_id"=1001) OR ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449))) AND (("r"."status" != 0) OR (("r"."status"=0) AND ("r"."created_by"=1001))) GROUP BY "r"."id" ORDER BY need_verify_sort asc, created_at DESC LIMIT 20
13:45:07.400infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
13:45:07.401infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
13:45:07.401infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
13:45:07.402infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
13:45:07.402infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
13:45:07.402infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4
13:45:07.403infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_carbon_copy_rels" WHERE "erp_inventory_build_id" IN (3, 2, 1)
13:45:07.405infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_verify_rels" WHERE "erp_inventory_build_id" IN (3, 2, 1) ORDER BY "id"
13:45:07.405infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
13:45:07.405infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
13:45:07.406infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_verify_rels" WHERE ("status"=0) AND ("erp_inventory_build_id" IN (3, 2, 1)) ORDER BY "id"
13:45:07.406infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_verify_rels" WHERE ("status" != 0) AND ("erp_inventory_build_id" IN (3, 2, 1)) ORDER BY "id"
13:45:07.406infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_inventory_build_id" IN (3, 2, 1))
13:45:07.406infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" WHERE "erp_inventory_build_id" IN (3, 2, 1) ORDER BY "id"
13:45:07.407infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
13:45:07.407infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
13:45:07.407infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" WHERE ("status"=0) AND ("erp_inventory_build_id" IN (3, 2, 1)) ORDER BY "id"
13:45:07.408infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" WHERE ("status" != 0) AND ("erp_inventory_build_id" IN (3, 2, 1)) ORDER BY "id"
13:45:07.408infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_stop_verify_rels" WHERE ("status" = 0) AND ("user_id"=1001) AND ("erp_inventory_build_id" IN (3, 2, 1))
13:45:07.408infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20009) AND ("object_id" IN (3, 2, 1))
13:45:07.416infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=20010) AND ("object_id" IN (3, 2, 1))
13:45:07.417infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_erp_stores" WHERE "id"=1
13:45:07.418infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_erp_stores" WHERE "id"=1
13:45:07.418infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_products" WHERE "erp_inventory_build_id" IN (3, 2, 1)
13:45:07.423infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (2064, 2068, 2069)
13:45:07.435infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (10, 4)
13:45:07.438infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (199, 51)
13:45:07.441infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (208, 12)
13:45:07.443infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1670, 231)
13:45:07.447infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id"=2
13:45:07.448infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_product_sns" WHERE "erp_inventory_build_product_id" IN (2, 3, 1)
13:45:07.449infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE "erp_inventory_build_product_id" IN (2, 3, 1)
13:45:07.452infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_spent_products" WHERE "erp_inventory_build_id" IN (3, 2, 1)
13:45:07.456infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (2068, 2064)
13:45:07.456infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (10, 4)
13:45:07.456infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (199, 51)
13:45:07.457infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (208, 12)
13:45:07.457infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1670, 231)
13:45:07.457infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id"=2
13:45:07.457infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_products" WHERE "id" IN (2, 8, 10)
13:45:07.458infoyii\db\Command::querySELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_erp_stores" WHERE "id"=1
13:45:07.458infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_inventory_build_spent_product_sns" WHERE "erp_inventory_build_spent_product_id" IN (1, 2, 3)
13:45:07.459infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=20005) AND ("object_id" IN (3, 2, 1)) GROUP BY "object_id"
13:45:07.479infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=20005) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (3, 2, 1)) GROUP BY "object_id"
13:45:07.496traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: updateErpInventoryBuild
13:45:07.496traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
13:45:07.496traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: viewProduct
13:45:07.496traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
13:45:07.497traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.497traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:45:07.498infoyii\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-build/list', '{"Filter":{"name":"default","sort":"DESC"},"ErpInventoryBuildSearch":{"wrote_date_period":"","created_at_period":"","status":"","erp_store_id":"","out_store_id":"","handler":"","created_by":""},"page":"1","web_access_token":"0jSj1j1zfu5hwB0xpQULAh1cJmt2onlX"}', '{"code":2000,"result":{"list":[{"id":3,"serial_no":"CZD-20250819-00001","from_date":"","wrote_date":"2025-08-19","handler":1001,"erp_store_id":1,"out_store_id":1,"status":2,"abstract":"\u663e\u793a\u95ee\u9898","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-08-19 10:24:17","stop_at":"","refuse_description":"","is_resubmitted":false,"number":"2","amount":"468648","out_number":"1","out_amount":"0","created_by":1001,"stop_description":"","is_used":false,"is_settle":false,"created_at":"2025-08-19 10:24:12","updated_at":"2025-08-19 10:24:17","need_verify_sort":4,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"handlerPerson":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"erpInventoryBuildCarbonCopyRels":[],"erpInventoryBuildVerifyRels":[{"id":2,"erp_inventory_build_id":3,"user_id":1001,"status":1,"description":"","verify_at":"2025-08-19 10:24:17","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"lastErpInventoryBuildVerifyRel":{},"haveErpInventoryBuildVerifyRel":{"id":2,"erp_inventory_build_id":3,"user_id":1001,"status":1,"description":"","verify_at":"2025-08-19 10:24:17"},"selfErpInventoryBuildVerifyRel":{},"erpInventoryBuildStopVerifyRels":[],"lastErpInventoryBuildStopVerifyRel":{},"haveErpInventoryBuildStopVerifyRel":{},"selfErpInventoryBuildStopVerifyRel":{},"attachmentRelationships":[],"files":[],"erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"outStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"erpInventoryBuildProducts":[{"id":3,"erp_inventory_build_id":3,"erp_store_id":"","product_id":2068,"description":"","number":"2","outbound":"0","inventory":"0","amount":"234324","total_amount":"468648","lost_outbound":"","build_spent_outbound":"","sales_outbound":"2","sales_gift_outbound":"","erpStore":{},"product":{"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-28 15:58:11","pinyin_shortcut":"sxfURLxtrjV50syyAC1000B11004D","product_unit":2,"is_renew":false,"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"}},"erpInventoryBuildProductSns":[],"erpInventoryProduct":{"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":"2","inventory":"0","amount":"234324","total_amount":"468648","actual_amount":"33816.1514","actual_total_amount":"0.0000","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":"2","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":"","erpStore":{}}}],"erpInventoryBuildSpentProducts":[{"id":3,"erp_inventory_build_id":3,"erp_inventory_product_id":10,"product_id":2068,"description":"","number":"1","amount":"0","total_amount":"0","product":{"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-28 15:58:11","pinyin_shortcut":"sxfURLxtrjV50syyAC1000B11004D","product_unit":2,"is_renew":false,"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"}},"erpInventoryProduct":{"id":10,"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-19","number":"1","outbound":"1","inventory":"0","amount":"0","total_amount":"0","actual_amount":"33816.1514","actual_total_amount":"0.0000","is_build":false,"created_at":"2025-08-19 10:22:05","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":"","erp_purchase_gift_id":6,"erp_purchase_gift_product_id":6,"sales_gift_outbound":"","erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"}},"erpInventoryBuildSpentProductSns":[]}],"commentCount":{"object_id":3,"comment":1},"unreadComments":{},"lost_amount":-468648,"unread":0,"can_update":false,"can_import_sn":true,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_stop":true,"can_stop_verify":false,"can_stop_refuse":false,"bgcolor":"#4B7902","status_display":"\u5df2\u901a\u8fc7","can_view_product":true},{"id":2,"serial_no":"CZD-20250814-00001","from_date":"","wrote_date":"2025-08-14","handler":1001,"erp_store_id":1,"out_store_id":1,"status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-08-19 10:24:20","stop_at":"","refuse_description":"","is_resubmitted":false,"number":"1","amount":"1","out_number":"1","out_amount":"0","created_by":1001,"stop_description":"","is_used":false,"is_settle":false,"created_at":"2025-08-14 10:41:24","updated_at":"2025-08-19 10:24:20","need_verify_sort":4,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"handlerPerson":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"erpInventoryBuildCarbonCopyRels":[],"erpInventoryBuildVerifyRels":[{"id":1,"erp_inventory_build_id":2,"user_id":1001,"status":1,"description":"","verify_at":"2025-08-19 10:24:20","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"lastErpInventoryBuildVerifyRel":{},"haveErpInventoryBuildVerifyRel":{"id":1,"erp_inventory_build_id":2,"user_id":1001,"status":1,"description":"","verify_at":"2025-08-19 10:24:20"},"selfErpInventoryBuildVerifyRel":{},"erpInventoryBuildStopVerifyRels":[],"lastErpInventoryBuildStopVerifyRel":{},"haveErpInventoryBuildStopVerifyRel":{},"selfErpInventoryBuildStopVerifyRel":{},"attachmentRelationships":[],"files":[],"erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"outStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"erpInventoryBuildProducts":[{"id":2,"erp_inventory_build_id":2,"erp_store_id":"","product_id":2064,"description":"","number":"1","outbound":"0","inventory":"0","amount":"1","total_amount":"1","lost_outbound":"","build_spent_outbound":"","sales_outbound":"","sales_gift_outbound":"","erpStore":{},"product":{"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-28 17:18:08","pinyin_shortcut":"NVIDIAH2008GPUNVLINKmz","product_unit":2,"is_renew":false,"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"}},"erpInventoryBuildProductSns":[],"erpInventoryProduct":{"id":12,"product_id":2064,"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-14","number":"1","outbound":"1","inventory":"0","amount":"1","total_amount":"1","actual_amount":"28.9753","actual_total_amount":"0.0000","is_build":false,"created_at":"2025-08-19 10:24:20","lost_outbound":"","erp_inventory_start_id":"","erp_inventory_start_product_id":"","erp_inventory_build_id":2,"erp_inventory_build_product_id":2,"build_spent_outbound":"","sales_outbound":"","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":"","erpStore":{}}}],"erpInventoryBuildSpentProducts":[{"id":2,"erp_inventory_build_id":2,"erp_inventory_product_id":8,"product_id":2064,"description":"","number":"1","amount":"0","total_amount":"0","product":{"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-28 17:18:08","pinyin_shortcut":"NVIDIAH2008GPUNVLINKmz","product_unit":2,"is_renew":false,"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"}},"erpInventoryProduct":{"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":"10","inventory":"554","amount":"0","total_amount":"0","actual_amount":"28.9753","actual_total_amount":"16052.3162","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":"9","erp_purchase_gift_id":5,"erp_purchase_gift_product_id":5,"sales_gift_outbound":"","erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"}},"erpInventoryBuildSpentProductSns":[]}],"commentCount":{"object_id":2,"comment":1},"unreadComments":{},"lost_amount":-1,"unread":0,"can_update":false,"can_import_sn":true,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_stop":true,"can_stop_verify":false,"can_stop_refuse":false,"bgcolor":"#4B7902","status_display":"\u5df2\u901a\u8fc7","can_view_product":true},{"id":1,"serial_no":"CZD-20250812-00001","from_date":"","wrote_date":"2025-08-12","handler":1001,"erp_store_id":1,"out_store_id":1,"status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-08-12 14:35:17","stop_at":"","refuse_description":"","is_resubmitted":false,"number":"20","amount":"686860","out_number":"20","out_amount":"686860","created_by":1001,"stop_description":"","is_used":false,"is_settle":false,"created_at":"2025-08-12 14:35:17","updated_at":"2025-08-19 10:24:27","need_verify_sort":4,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"handlerPerson":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"erpInventoryBuildCarbonCopyRels":[],"erpInventoryBuildVerifyRels":[],"lastErpInventoryBuildVerifyRel":{},"haveErpInventoryBuildVerifyRel":{},"selfErpInventoryBuildVerifyRel":{},"erpInventoryBuildStopVerifyRels":[{"id":1,"erp_inventory_build_id":1,"user_id":1001,"status":2,"description":"","verify_at":"2025-08-19 10:24:27","user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"lastErpInventoryBuildStopVerifyRel":{},"haveErpInventoryBuildStopVerifyRel":{"id":1,"erp_inventory_build_id":1,"user_id":1001,"status":2,"description":"","verify_at":"2025-08-19 10:24:27"},"selfErpInventoryBuildStopVerifyRel":{},"attachmentRelationships":[],"files":[],"erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"outStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"},"erpInventoryBuildProducts":[{"id":1,"erp_inventory_build_id":1,"erp_store_id":"","product_id":2069,"description":"","number":"20","outbound":"0","inventory":"18","amount":"34343","total_amount":"686860","lost_outbound":"","build_spent_outbound":"","sales_outbound":"2","sales_gift_outbound":"","erpStore":{},"product":{"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-28 17:18:08","pinyin_shortcut":"sxffxmwfsjrjV70syyAC1000B11004D","product_unit":2,"is_renew":false,"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"}},"erpInventoryBuildProductSns":[],"erpInventoryProduct":{"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":"2","inventory":"18","amount":"34343","total_amount":"686860","actual_amount":"29498.8571","actual_total_amount":"530979.4278","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":"2","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":"","erpStore":{}}}],"erpInventoryBuildSpentProducts":[{"id":1,"erp_inventory_build_id":1,"erp_inventory_product_id":2,"product_id":2068,"description":"","number":"20","amount":"34343","total_amount":"686860","product":{"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-28 15:58:11","pinyin_shortcut":"sxfURLxtrjV50syyAC1000B11004D","product_unit":2,"is_renew":false,"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"}},"erpInventoryProduct":{"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":"135","inventory":"2087","amount":"34343","total_amount":"76310146","actual_amount":"33816.1514","actual_total_amount":"70574307.9718","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":"115","erp_purchase_gift_id":"","erp_purchase_gift_product_id":"","sales_gift_outbound":"","erpStore":{"id":1,"key":1,"name":"\u62d3\u5b9e\u4ed3\u5e93"}},"erpInventoryBuildSpentProductSns":[]}],"commentCount":{"object_id":1,"comment":2},"unreadComments":{},"lost_amount":0,"unread":0,"can_update":false,"can_import_sn":true,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_stop":true,"can_stop_verify":false,"can_stop_refuse":false,"bgcolor":"#4B7902","status_display":"\u5df2\u901a\u8fc7","can_view_product":true}],"can_create":true,"pagenation":{"totalcount":3,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-29 13:45:07') RETURNING "id"
13:45:07.500traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:45:07.501traceyii\redis\Connection::executeCommandExecuting Redis Command: SET