陈战涛
2023-05-25 7594c1e78092208fb07acecbf4d9d57ba12af7d3
src/main/java/com/fzzy/api/view/repository/Api1403Rep.java
@@ -20,4 +20,7 @@
    @Modifying
    @Query("update Api1403 set czbz =:czbz where lhjhdh=:id")
    void updateStatus(@Param("id") String id, @Param("czbz") String czbz);
    @Query("from Api1403 where lhjhdh=:lhjhdh ")
    List<Api1403> getDataByLhjhdh(@Param("lhjhdh") String lhjhdh);
}