mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
超管统计接口50%
This commit is contained in:
+6
@@ -6,6 +6,7 @@ import org.springframework.validation.annotation.Validated;
|
|||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
import java.time.LocalDate;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@@ -34,4 +35,9 @@ public class OrganApiImpl implements OrganApi {
|
|||||||
return success(organService.orgTotal());
|
return success(organService.orgTotal());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public CommonResult<Map<String, Object>> getOrgSeparate(LocalDate[] createTime, Integer unit) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||||
<mapper namespace="com.cf.imes.module.system.dal.mysql.organ.OrganMapper">
|
<mapper namespace="com.cf.imes.module.system.dal.mysql.organ.OrganMapper">
|
||||||
|
|
||||||
<select id="selectOrgSilentCount" resultType="java.lang.Integer">
|
<select id="selectOrgSilentCount" resultType="java.lang.Integer">
|
||||||
WITH NoLoginOrgs AS (
|
WITH NoLoginOrgs AS (
|
||||||
SELECT DISTINCT o.id
|
SELECT DISTINCT o.id
|
||||||
|
|||||||
Reference in New Issue
Block a user