czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/api/view/repository/Api1404Rep.java
@@ -35,6 +35,9 @@
     * @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);
    @Query("from Api1404 where jhmxdh=:jhmxdh ")
    Api1404 getOneDataByJhmxdh(@Param("jhmxdh") String jhmxdh);
}