puzhibing
2024-05-09 23492ba390fd61d23a160b06595d72ce498a8340
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;
}