Commit 7dc25e30 by LL

测试

parent af26ac49
......@@ -14,7 +14,7 @@ public interface SerDiseaseMapper {
SerDisease selectByPrimaryKey(Long id);
SerDisease selectByCode(String code,String date,String docCode,String deptCode);
SerDisease selectByCode(@Param("code")String code,String date,String docCode,String deptCode);
List<SerDisease> selectAll();
......
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