luo
2024-01-30 cf487b4baf05048e8929b47d73efc83d6a09162c
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserActivityBalanceService.java
@@ -15,5 +15,5 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> query(Double money, Integer companyId) throws Exception;
    List<Map<String, Object>> query(Integer language, Double money, Integer companyId) throws Exception;
}