czt
2024-04-23 f55b2623f09b0b902f991c701c67a2a6f2577057
src/main/java/com/fzzy/api/view/repository/Api1404Rep.java
@@ -35,6 +35,6 @@
     * @param bizId
     * @return
     */
    @Query("from Api1404 where bizId =:bizId")
    List<Api1404> getDataByBizId(@Param("bizId") String bizId);
    @Query("from Api1404 where bizId =:bizId and kqdm =:kqdm")
    List<Api1404> getDataByBizIdAndKqdm(@Param("bizId") String bizId, @Param("kqdm") String kqdm);
}