CZT
2023-08-04 8fde5ca0ccbe3418160d0515f2822a633415ee16
src/main/java/com/fzzy/api/view/repository/Api1208Rep.java
@@ -24,4 +24,7 @@
    @Query("from Api1208 where id=:id ")
    List<Api1208> getDataById(@Param("id") String id);
    @Query("from Api1208 where hwdm=:hwdm ")
    List<Api1208> getDataByHwdm(@Param("hwdm") String hwdm);
}