mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-05 20:41:34 +08:00
Fix ReportFilterRepository
This commit is contained in:
parent
66e16dceba
commit
32d846b782
@ -26,7 +26,7 @@ public interface ReportFilterRepository extends JpaRepository<ReportFilter, Stri
|
|||||||
|
|
||||||
ReportFilter findByIdAndOrgi(String id, String orgi);
|
ReportFilter findByIdAndOrgi(String id, String orgi);
|
||||||
|
|
||||||
ReportFilter findById(String id);
|
// ReportFilter findById(String id);
|
||||||
|
|
||||||
List<ReportFilter> findByModelidOrderBySortindexAsc(String modelid);
|
List<ReportFilter> findByModelidOrderBySortindexAsc(String modelid);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user