YYC
2026-01-05 5c34930236ed00f95e55ea94fa9b8fcbdce480e4
src/main/java/com/fzzy/api/view/repository/Api1310Rep.java
@@ -29,4 +29,7 @@
    @Query("from Api1310 where bizId=:bizId ")
    List<Api1310> getDataByBizId(@Param("bizId") String bizId);
    @Query("from Api1310 where hwdm=:hwdm and jylb=:jylb order by zhgxsj")
    List<Api1310> getDataByHwdm(@Param("hwdm") String hwdm,@Param("jylb") String jylb);
}