czt
2025-02-10 954480166aad6d24c9e9889906a0edf762f0da2a
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);
}