|
@@ -20,6 +20,6 @@ public interface InstallInfoMapper extends BaseMapper<InstallInfo> {
|
|
|
/*
|
|
|
* 业务安装
|
|
|
* */
|
|
|
- @Select("select business_id as businessId,count(1) as count from install_info where business_id != 0 GROUP BY app_id")
|
|
|
+ @Select("select business_id as businessId,count(1) as count from install_info where business_id != 0 GROUP BY business_id")
|
|
|
List<Map<String, Long>> getBusinessInstallCount();
|
|
|
}
|