陈战涛
2023-05-30 6fc5e2138599d7ef44bfc4b261f80e65cd6a43f6
src/main/java/com/fzzy/api/view/repository/Api1404Rep.java
@@ -21,4 +21,10 @@
    @Query("update Api1404 set czbz =:czbz where jhmxdh=:id")
    void updateStatus(@Param("id") String id, @Param("czbz") String czbz);
    @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);
}