Commit 439428b1 by Lee Jaebin

コメント修正

parent 44e8ef04
...@@ -314,9 +314,9 @@ public class OperationDao extends AbstractDao { ...@@ -314,9 +314,9 @@ public class OperationDao extends AbstractDao {
} }
/** /**
* 引数の報告タイプのみリストで取得 * 報告タイプの作業取得
* @param reportType * @param reportType 報告タイプ
* @return * @return 作業リスト
*/ */
public List<OperationDto> getOperationByReportType(Integer reportType) { public List<OperationDto> getOperationByReportType(Integer reportType) {
StringBuffer sql = new StringBuffer(); StringBuffer sql = new StringBuffer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment