Browse Source

[BI]創建學校學期入學期及月份調整

jeff 1 year ago
parent
commit
85c36cf431
1 changed files with 12 additions and 12 deletions
  1. 12 12
      TEAMModelBI/JsonFile/Preset/LangSchoolConfig.json

+ 12 - 12
TEAMModelBI/JsonFile/Preset/LangSchoolConfig.json

@@ -3,14 +3,14 @@
     "semester": [
       {
         "term": "Second semester",
-        "start": 1,
-        "month": 3,
+        "start": 0,
+        "month": 2,
         "day": 1
       },
       {
         "term": "First semester",
-        "start": 0,
-        "month": 9,
+        "start": 1,
+        "month": 8,
         "day": 1
       }
     ],
@@ -60,14 +60,14 @@
     "semester": [
       {
         "term": "下学期",
-        "start": 1,
-        "month": 3,
+        "start": 0,
+        "month": 2,
         "day": 1
       },
       {
         "term": "上学期",
-        "start": 0,
-        "month": 9,
+        "start": 1,
+        "month": 8,
         "day": 1
       }
     ],
@@ -117,14 +117,14 @@
     "semester": [
       {
         "term": "下學期",
-        "start": 1,
-        "month": 3,
+        "start": 0,
+        "month": 2,
         "day": 1
       },
       {
         "term": "上學期",
-        "start": 0,
-        "month": 9,
+        "start": 1,
+        "month": 8,
         "day": 1
       }
     ],