CZT
2023-08-07 000de9e8a0507f6c58e08466fe18fdf05edaf7ad
src/main/java/com/fzzy/api/view/repository/Api1303Rep.java
@@ -20,4 +20,7 @@
    @Modifying
    @Query("update Api1303 set czbz =:czbz where hcjcdh=:id")
    void updateStatus(@Param("id") String id, @Param("czbz") String czbz);
    @Query("from Api1303 where hcjcdh=:hcjcdh ")
    List<Api1303> getDataByHcjcdh(@Param("hcjcdh") String hcjcdh);
}