904118851 8 mesiacov pred
rodič
commit
453d9a5337

+ 1 - 1
src/data_manager/Controllers/other_book_controllers.js

@@ -38,7 +38,7 @@ class other_book_controllers {
             }
 
             // 检查必要字段
-            const requiredFields = ['product_id', 'product_name', 'tg_platform_id', 'create_time']; 
+            const requiredFields = ['product_id', 'product_name', 'tg_platform_id']; 
             for (const field of requiredFields) {
                 if (tableData[field]==null||tableData[field]==undefined) {
                     throw `Missing required field: ${field}${tableData}`;