CZT
2023-08-07 000de9e8a0507f6c58e08466fe18fdf05edaf7ad
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);
}