Skip to content

Commit

Permalink
feat(get_Course): Added Columns
Browse files Browse the repository at this point in the history
增加修課狀態以及衝堂狀態
  • Loading branch information
Chinlinlee committed Jan 26, 2021
1 parent 4859125 commit 56cca89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion routes/api/Course/controller/get_Course.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ async function getCourseJson (req , semno) {
Credit: item.學分,
Type: item.課程性質,
Teacher: item.任課教師_L.replace(/<br\/>/gi, ""),
Other: item.備註_L
Other: item.備註_L ,
takeStatu : item.修業狀態 ,
conflictStatu : item.衝堂狀態
});
}
course = result;
Expand Down

0 comments on commit 56cca89

Please sign in to comment.