Commit b837cd28 authored by liboyang's avatar liboyang

增加注解

parent ba70812b
...@@ -70,7 +70,7 @@ public interface LogMapper { ...@@ -70,7 +70,7 @@ public interface LogMapper {
")" + ")" +
"WHERE RN BETWEEN #{end} AND #{begin}" + "WHERE RN BETWEEN #{end} AND #{begin}" +
"</script>") "</script>")
public List<Map<String,Object>> selectAnalysisLog(String fileName,String analysisDate,long begin,long end); public List<Map<String,Object>> selectAnalysisLog(@Param("fileName")String fileName,@Param("analysisDate")String analysisDate,@Param("begin")long begin,@Param("end")long end);
@Select("<script> " + @Select("<script> " +
"SELECT * FROM " + "SELECT * FROM " +
......
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