Please enable JavaScript.
Coggle requires JavaScript to display documents.
5/31
明日やること (10:00~11:30 (研修をリストでとってくる (TrainingRepositoryの作成 (List<…
5/31
明日やること
10:00~11:30
研修をリストでとってくる
-
-
-
-
viewに実装
<option th:each="employee : ${employeeList}" th:object="${employee}" th:value="*{id}" th:text="*{id} +' '+*{name}" >
ユーザーをリストでとってくる
受講生をリストで取得
日報作成画面、日報検索画面に渡して
ビューに実装 #
reportFormの修正
-
それらに合わせて、Service , Contrillerの修正
-
レポートの日付をリストでとってくる
-
rs.getDate().toString.replaceAll("-" , "/")で変換し
String型のリストに格納
-
-
-
-
-