904118851 8 月之前
父節點
當前提交
453d9a5337
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {
                 if (tableData[field]==null||tableData[field]==undefined) {
                     throw `Missing required field: ${field}${tableData}`;