xll před 7 měsíci
rodič
revize
3cfee59925

+ 5 - 2
projects/textbook/src/services/EduTextbook.ts

@@ -117,7 +117,7 @@ export const EduTextbook = {
             "required": false
         },
         "importantProject": {//重点项目
-            "type": "String",
+            "type": "Array",
             "required": false
         },
         "importantProjectOther": {//重点项目-其他
@@ -237,7 +237,10 @@ export const EduTextbook = {
             "type": 'String',
             "required": false
         },
-
+        'cipProveFile':{//cip相关截图
+            "type":'Array',
+            "required": false  
+        },
         'examine': {//作者政治审核表
             "type": 'Array',
             "required": false

+ 9 - 1
server/db/schemas/EduTextbook.js

@@ -117,7 +117,7 @@ export const EduTextbook = {
             "required": false
         },
         "importantProject": {//重点项目
-            "type": "String",
+            "type": "Array",
             "required": false
         },
         "importantProjectOther": {//重点项目-其他
@@ -236,6 +236,14 @@ export const EduTextbook = {
         'CIPImgurl':{
             "type":'String',
             "required": false  
+        },
+        'examine':{//作者政治审核表
+            "type":'Array',
+            "required": false  
+        },
+        'cipProveFile':{//cip相关截图
+            "type":'Array',
+            "required": false  
         }
     },
     "classLevelPermissions": {