Commit 4e7623b9 authored by lisong's avatar lisong

修改bug

parent 448590fd
......@@ -8,4 +8,7 @@ import com.yeejoin.amos.maintenance.dao.entity.CheckInput;
public interface ICheckInputDao extends BaseDao<CheckInput, Long> {
CheckInput findByCheckIdAndInputIdAndPointClassifyId(Long checkId,Long inputId,Long pointClassifyId);
CheckInput findByCheckId(Long checkId);
}
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