904118851 8 months ago
parent
commit
453d9a5337
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/data_manager/Controllers/other_book_controllers.js

+ 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) {
             for (const field of requiredFields) {
                 if (tableData[field]==null||tableData[field]==undefined) {
                 if (tableData[field]==null||tableData[field]==undefined) {
                     throw `Missing required field: ${field}${tableData}`;
                     throw `Missing required field: ${field}${tableData}`;