YYC
2023-08-05 a836dc12b19f090a1f0e16504f5ea9f0c39cb96f
src/main/java/com/fzzy/api/view/repository/Api1404Rep.java
@@ -24,4 +24,7 @@
    @Query("from Api1404 where jhmxdh=:jhmxdh ")
    List<Api1404> getDataByJhmxdh(@Param("jhmxdh") String jhmxdh);
    @Query("from Api1404 where lhjhdh=:lhjhdh ")
    List<Api1404> getDataByLhjhdh(@Param("lhjhdh") String lhjhdh);
}