1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594 |
- <?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">
- <mapper namespace="com.management.platform.mapper.ProjectMapper">
- <!-- 通用查询映射结果 -->
- <resultMap id="BaseResultMap" type="com.management.platform.entity.Project">
- <id column="id" property="id" />
- <result column="project_name" property="projectName" />
- <result column="company_id" property="companyId" />
- <result column="project_code" property="projectCode" />
- <result column="incharger_id" property="inchargerId" />
- <result column="plan_start_date" property="planStartDate" />
- <result column="plan_end_date" property="planEndDate" />
- <result column="progress" property="progress" />
- <result column="level" property="level" />
- <result column="status" property="status" />
- <result column="finish_date" property="finishDate" />
- <result column="creator_id" property="creatorId" />
- <result column="creator_name" property="creatorName" />
- <result column="create_date" property="createDate" />
- <result column="contract_amount" property="contractAmount" />
- <result column="budget" property="budget" />
- <result column="base_man" property="baseMan" />
- <result column="base_outsourcing" property="baseOutsourcing" />
- <result column="base_risk1" property="baseRisk1" />
- <result column="base_risk2" property="baseRisk2" />
- <result column="base_fee" property="baseFee" />
- <result column="fee_normal" property="feeNormal" />
- <result column="fee_travel" property="feeTravel" />
- <result column="fee_outsourcing" property="feeOutsourcing" />
- <result column="fee_man" property="feeMan" />
- <result column="customer_id" property="customerId" />
- <result column="customer_name" property="customerName" />
- <result column="is_public" property="isPublic" />
- <result column="associate_degrees" property="associateDegrees" />
- <result column="associate_degree_names" property="associateDegreeNames" />
- <result column="task_gp_incharge" property="taskGpIncharge" />
- <result column="category" property="category" />
- <result column="category_name" property="categoryName" />
- <result column="project_desc" property="projectDesc" />
- <result column="project_main_id" property="projectMainId" />
- <result column="project_main_name" property="projectMainName" />
- <result column="provider_ids" property="providerIds" />
- <result column="provider_names" property="providerNames" />
- <result column="current_stage_id" property="currentStageId" />
- <result column="current_stage_name" property="currentStageName" />
- <result column="output_value" property="outputValue" />
- <result column="dept_id" property="deptId" />
- <result column="dept_cascade" property="deptCascade" />
- <result column="bu_id" property="buId" />
- </resultMap>
- <!-- 通用查询结果列 -->
- <sql id="Base_Column_List">
- id, project_name, company_id, project_code, incharger_id, plan_start_date, plan_end_date, progress, level, status, finish_date, creator_id, creator_name, create_date, contract_amount, budget, base_man, base_outsourcing, base_risk1, base_risk2, base_fee, fee_normal, fee_travel, fee_outsourcing, fee_man, customer_id, customer_name, is_public, associate_degrees, associate_degree_names, task_gp_incharge, category, category_name, project_desc, project_main_id, project_main_name, provider_ids, provider_names, current_stage_id, current_stage_name, output_value, dept_id, dept_cascade, bu_id
- </sql>
- <resultMap id="BaseResultMap2" type="com.management.platform.entity.vo.ProjectWithStage">
- <result column="id" property="id" />
- <result column="project_name" property="projectName" />
- <result column="project_code" property="projectCode" />
- <result column="startDate" property="startDate" />
- <result column="endDate" property="endDate" />
- <collection property="stageCostList" javaType="java.util.ArrayList"
- ofType="com.management.platform.entity.vo.StageCost"
- select="selectStageSum" column="projectId=id,startDate=startDate,endDate=endDate"></collection>
- </resultMap>
- <resultMap id="CustomerResultMap" type="com.management.platform.entity.vo.CustomerProject" >
- <result column="customer_id" property="customerId" />
- <result column="customer_name" property="customerName" />
- <result column="contract_amount" property="contractAmount" />
- <result column="fee_normal" property="feeNormal" />
- <result column="fee_travel" property="feeTravel" />
- <result column="fee_outsourcing" property="feeOutsourcing" />
- <result column="fee_man" property="feeMan" />
- <result column="project_num" property="projectNum" />
- <result column="project_ids" property="projectIds" />
- <result column="project_names" property="projectNames" />
- </resultMap>
- <select id="selectWithStage" resultType="com.management.platform.entity.vo.ProjectWithStage">
- select id, project_code, project_name,#{startDate} as startDate,#{endDate} as endDate
- from project
- where company_id = #{companyId}
- <if test="projectId != null">
- and id = #{projectId}
- </if>
- <if test="inchargerId!=null">
- and incharger_id = #{inchargerId}
- </if>
- order by is_public desc, id asc
- <if test="startIndex != null">
- limit ${startIndex}, ${endIndex}
- </if>
- </select>
- <select id="selectStageSum" resultType="com.management.platform.entity.vo.StageCost">
- select IFNULL(report.stage, '-') AS stage_name, IFNULL(SUM(report.`cost`),0) AS cost,
- IFNULL(SUM(report.`working_time`), 0) AS working_time,
- IFNULL((SELECT SUM(stages.`stages_time`) from stages WHERE stages.stages_name = report.stage GROUP BY stages_name), 0) AS stages_time,report.`project_id` as projectId
- FROM report
- left join project p on p.id=report.`project_id`
- where report.state = 1
- <if test="inchargerId!=null">
- and p.incharger_id = #{inchargerId}
- </if>
- <if test="projectIds!=null and projectIds.size()>0">
- and p.id in
- <foreach collection="projectIds" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- and report.create_date >= #{startDate}
- and report.create_date <= #{endDate}
- GROUP BY report.`project_id`,report.stage
- </select>
- <!--获取查询者所在公司每个项目的工时成本-->
- <select id="getParticipatedProject" resultType="java.util.Map">
- SELECT id, project_code AS projectCode, project_name AS projectName, status, task_gp_incharge as taskGpIncharge, project_desc as projectDesc
- FROM project
- WHERE id IN (
- SELECT project_id
- FROM participation
- WHERE user_id = #{userId}
- ) or incharger_id = #{userId}
- or creator_id = #{userId}
- or (is_public = 1 and company_id = #{companyId})
- ORDER BY is_public DESC, id DESC
- </select>
- <select id="getOnlyJoinProjects" resultType="java.util.Map">
- SELECT id, project_code AS projectCode, project_name AS projectName, status, task_gp_incharge as taskGpIncharge, project_desc as projectDesc
- FROM project
- WHERE (status = 1 or status = 4) and (id IN (
- SELECT project_id
- FROM participation
- WHERE user_id = #{userId}
- )
- or (is_public = 1 and company_id = #{companyId}))
- ORDER BY is_public DESC, id ASC
- </select>
- <!--获取查询者所在公司每个项目的工时成本-->
- <select id="getTimeCost" resultType="java.util.Map">
- SELECT a.id, a.project_code as projectCode, a.project_name AS project, SUM(b.working_time) AS cost, SUM(b.cost) AS costMoney,a.category_name as categoryName
- FROM project AS a
- LEFT JOIN report AS b ON b.project_id = a.id
- JOIN user AS c ON b.creator_id = c.id
- WHERE a.company_id = #{companyId}
- <if test="projectId != null">
- AND a.id = #{projectId}
- </if>
- <if test="userIdList != null and userIdList.size()>0">
- AND b.creator_id in
- <foreach collection="userIdList" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="startDate != null and endDate != null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- <choose>
- <when test="filterDeptIds!=null and filterDeptIds.size()>0">
- and b.dept_id in
- <foreach collection="filterDeptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </when>
- <otherwise>
- <if test="deptIds!=null and deptIds.size()>0">
- and (b.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- <if test="deptRelatedProjectIds.size() > 0">
- or a.id in
- <foreach collection="deptRelatedProjectIds" open="(" item="pid" separator="," close=")">
- #{pid}
- </foreach>
- </if>
- )
- </if>
- </otherwise>
- </choose>
- AND b.state = 1
- GROUP BY a.id
- ORDER BY a.id ASC
- </select>
- <!--获取查询者所在公司每个子项目的工时成本-->
- <select id="getSubProjectTimeCost" resultType="java.util.Map">
- select b.project_code as projectCode,b.project_name as projectName,a.code as subProjectCode,a.name as subProjectName,SUM(c.cost) as cost,SUM(c.working_time) as workingTime
- from sub_project a
- left join project b on b.id=a.project_id
- left join report c on c.sub_project_id=a.id
- where a.company_id=#{companyId}
- <if test="startDate != null and endDate != null">
- and c.create_date between #{startDate} and #{endDate}
- </if>
- <if test="projectId!=null">
- and a.project_id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and b.id in
- <foreach collection="inchagerIds" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- group by b.id,a.id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="countWithSubProjectTimeCost" resultType="java.lang.Long">
- select count(1) from(select b.project_code as projectCode,b.project_name as projectName,a.code as subProjectCode,a.name as subProjectName,SUM(c.cost) as cost,SUM(c.working_time) as workingTime
- from sub_project a
- left join project b on b.id=a.project_id
- left join report c on c.sub_project_id=a.id
- where a.company_id=#{companyId}
- <if test="startDate != null and endDate != null">
- and c.create_date between #{startDate} and #{endDate}
- </if>
- <if test="projectId!=null">
- and a.project_id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and b.id in
- <foreach collection="inchagerIds" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- group by b.id,a.id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>) as total
- </select>
- <!--获取查询者所在公司每个项目的工时成本-->
- <select id="getTimeCostByMainProject" resultType="java.util.Map">
- SELECT SUM(b.working_time) AS cost, SUM(b.cost) AS costMoney,a.category_name as categoryName,IFNULL(pm.name,'未分类') as mainProjectName
- FROM project AS a
- LEFT JOIN report AS b ON b.project_id = a.id
- JOIN user AS c ON b.creator_id = c.id
- LEFT JOIN project_main pm on pm.id=a.project_main_id
- WHERE a.company_id = #{companyId}
- <if test="projectId != null">
- AND a.id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and b.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- AND b.state = 1
- GROUP BY a.project_main_id
- ORDER BY a.id ASC
- </select>
- <!--获取查询者所在公司每个项目分类的工时成本-->
- <select id="getTimeCostByCategory" resultType="java.util.Map">
- SELECT SUM(b.working_time) AS cost, SUM(b.cost) AS costMoney,IFNULL(a.category_name,'未分类')as categoryName,IFNULL(a.category,0) as category
- FROM project AS a
- LEFT JOIN report AS b ON b.project_id = a.id
- JOIN user AS c ON b.creator_id = c.id
- WHERE a.company_id = #{companyId}
- <if test="projectCategoryId != null">
- AND a.category = #{projectCategoryId}
- </if>
- <if test="userIdList != null and userIdList.size()>0">
- AND b.creator_id in
- <foreach collection="userIdList" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="startDate != null and endDate != null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and b.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- AND b.state = 1
- GROUP BY a.category
- ORDER BY a.category ASC
- </select>
- <!--获取自定义数值的项目统计 -->
- <select id="getCustomDataSum" resultType="java.util.Map">
- SELECT a.id, a.project_code as projectCode, a.project_name AS project, IFNULL(SUM(b.custom_data), 0) AS cost
- FROM project AS a
- LEFT JOIN report AS b ON b.project_id = a.id
- JOIN user AS c ON b.creator_id = c.id
- WHERE a.company_id = #{companyId}
- <if test="projectId != null">
- AND a.id = #{projectId}
- </if>
- <if test="userId != null">
- AND b.creator_id = #{userId}
- </if>
- <if test="startDate != null and endDate != null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- AND b.state = 1
- GROUP BY a.id
- having IFNULL(SUM(b.custom_data), 0) > 0
- ORDER BY SUM(b.custom_data) DESC
- </select>
- <!--获取日报的人员月度工时 -->
- <select id="getTimeCostReport" resultType="java.util.Map">
- SELECT a.working_time as cost, b.id as projectId, b.project_name AS project, a.creator_id as creatorId
- FROM report AS a
- LEFT JOIN project AS b ON a.project_id = b.id
- LEFT JOIN user AS c ON a.creator_id = c.id
- WHERE b.company_id = #{companyId}
- <if test="projectId != null">
- AND b.id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and a.dept_id in
- <foreach collection="deptIds" separator="," close=")" open="(" item="item">
- #{item}
- </foreach>
- </if>
- AND a.state = 1
- </select>
- <!--获取人员的月度总工时 -->
- <select id="getUserMonthTimeCost" resultType="java.util.Map">
- SELECT a.creator_id as creatorId, sum(a.working_time) as cost
- FROM report AS a, user as b
- WHERE a.creator_id = b.id
- and b.company_id = #{companyId}
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- AND a.state = 1
- group by a.creator_id
- </select>
- <!--获取某个项目每个人分别需要的工时-->
- <select id="getProjectCost" resultType="java.util.Map">
- SELECT b.id as creatorId,a.project_id as projectId, b.name,b.corpwx_userid as corpwxUserId,a.dept_id as deptId,department.corpwx_deptid as corpwxDeptId, IFNULL(department.department_name, '未分配') as departmentName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = a.dept_id
- WHERE a.company_id=#{companyId}
- <choose>
- <when test="stateKey!=null and stateKey==1">
- and a.state = 1
- </when>
- <otherwise>
- and (a.state = 1 or a.state =0)
- </otherwise>
- </choose>
- <if test="projectId != null">
- and a.project_id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="userIdList != null and userIdList.size()>0">
- AND a.creator_id in
- <foreach collection="userIdList" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <choose>
- <when test="filterDeptIds!=null and filterDeptIds.size()>0">
- and a.dept_id in
- <foreach collection="filterDeptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </when>
- <otherwise>
- <if test="deptIds!=null and deptIds.size()>0">
- and a.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- </otherwise>
- </choose>
- GROUP BY b.id
- <if test="withDept">
- , a.dept_id
- </if>
- ORDER BY b.id ASC
- <if test="withDept">
- , a.dept_id ASC
- </if>
- </select>
- <!--获取某个项目分类每个人分别需要的工时-->
- <select id="getProjectCostByCategory" resultType="java.util.Map">
- SELECT b.id as creatorId,ifnull(c.category_name,'未分类') as categoryName,ifnull(c.category,0) as category, b.name,a.dept_id as deptId, IFNULL(department.department_name, '未分配') as departmentName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = a.dept_id
- left join project c on c.id=a.project_id
- WHERE a.company_id=#{companyId} and a.state = 1
- <if test="curProjectCategoryId != null">
- and c.category = #{curProjectCategoryId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="userId != null">
- AND a.creator_id = #{userId}
- </if>
- GROUP BY c.category, a.dept_id
- ORDER BY c.category ASC, a.dept_id ASC
- </select>
- <!--获取个人每个项目分别需要的工时-->
- <select id="getProjectCostGroupByProject" resultType="java.util.Map">
- SELECT b.id as creatorId,a.project_id as projectId, b.name,a.dept_id as deptId, IFNULL(department.department_name, '未分配') as departmentName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = a.dept_id
- WHERE a.company_id=#{companyId} and a.state = 1
- <if test="projectId != null">
- and a.project_id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="userIdList != null and userIdList.size()>0">
- AND a.creator_id in
- <foreach collection="userIdList" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and a.dept_id in
- <foreach collection="deptIds" separator="," close=")" open="(" item="item">
- #{item}
- </foreach>
- </if>
- GROUP BY b.id,a.project_id
- ORDER BY b.id ASC, a.dept_id ASC
- </select>
- <!--获取个人每个项目分类分别需要的工时-->
- <select id="getProjectCostGroupByCategory" resultType="java.util.Map">
- SELECT a.creator_id as creatorId,ifnull(c.category_name,'未分类') as categoryName,ifnull(c.category,0) as category, b.name,a.dept_id as deptId, IFNULL(department.department_name, '未分配') as departmentName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = a.dept_id
- left join project c on c.id=a.project_id
- WHERE a.company_id=#{companyId} and a.state = 1
- <if test="projectCategoryId != null">
- and c.category = #{projectCategoryId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="userIdList != null and userIdList.size()>0">
- AND a.creator_id in
- <foreach collection="userIdList" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and a.dept_id in
- <foreach collection="deptIds" separator="," close=")" open="(" item="item">
- #{item}
- </foreach>
- </if>
- GROUP BY b.id,c.category
- ORDER BY b.id ASC, a.dept_id ASC
- </select>
- <!-- 获取人员在日报填写的自定义数值 -->
- <select id="getProjectCusDataSumItem" resultType="java.util.Map">
- SELECT b.id as creatorId,
- b.name,department.department_name as departmentName,department.corpwx_deptid as corpwxDeptId, IFNULL(SUM(a.custom_data),0) AS cost
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = b.department_id
- WHERE a.state = 1 and b.company_id = #{companyId} and a.custom_data <> 0
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="projectId != null">
- AND a.project_id = #{projectId}
- </if>
- <if test="userId != null">
- AND a.creator_id = #{userId}
- </if>
- <if test="deptIds != null">
- AND department.department_id in
- <foreach collection="deptIds" separator="," index="index" close=")" open="(" item="item">
- #{item}
- </foreach>
- </if>
- group by b.id
- ORDER BY b.id ASC
- </select>
- <select id="getProjectCusDataDetailItem" resultType="java.util.Map">
- SELECT b.id as creatorId,project.project_code as projectCode, project.project_name as projectName,
- b.name,department.department_name as departmentName, IFNULL(a.custom_data,0) AS cost, a.create_date as createDate
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = b.department_id
- left join project on project.id = a.project_id
- WHERE a.state = 1 and b.company_id = #{companyId} and a.custom_data <> 0
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="projectId != null">
- AND a.project_id = #{projectId}
- </if>
- <if test="userId != null">
- AND a.creator_id = #{userId}
- </if>
- ORDER BY a.create_date desc
- </select>
- <!--按照项目内的阶段名称分组统计工时-->
- <select id="getCostInStage" resultType="java.util.Map">
- SELECT IFNULL(a.stage, "未分配") as name, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- WHERE a.project_id = #{projectId}
- AND a.state = 1
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- GROUP BY a.stage
- ORDER BY a.stage ASC
- </select>
- <!--按照项目内的阶段名称分组统计工时-->
- <select id="getCostByGroup" resultType="java.util.Map">
- SELECT IFNULL(tg.name, "未分配") as GroupName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM report AS a
- left join task_group tg on tg.id=a.group_id
- WHERE a.project_id = #{projectId}
- AND a.state = 1
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- GROUP BY a.group_id
- ORDER BY a.group_id ASC
- </select>
- <!--获取全部人员工时 -->
- <select id="getAllMembCost" resultType="java.util.Map">
- SELECT b.name, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney
- FROM user AS b
- left JOIN report AS a ON a.creator_id = b.id
- WHERE a.state = 1
- and b.company_id = #{companyId}
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <if test="projectId != null">
- AND a.project_id = #{projectId}
- </if>
- GROUP BY b.id
- ORDER BY b.id ASC
- </select>
- <!--分页获取项目成本 -->
- <select id="getAllProjectCost" resultMap="BaseResultMap">
- SELECT id, project_code, project_name,
- (SELECT IFNULL(SUM(cost),0) FROM report WHERE state = 1 AND project_id = project.id) AS fee_man,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 0 and expense_sheet.status = 0) AS fee_normal,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 1 and expense_sheet.status = 0) AS fee_travel,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 2 and expense_sheet.status = 0) AS fee_outsourcing
- FROM project WHERE project.`company_id` = #{companyId}
- and (project.status <> 3 or project.status is null)
- <if test="projectId != null">
- and project.id = #{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and project.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- order by project.is_public desc, project.id asc
- <if test="pageStart != null and pageSize != null">
- LIMIT #{pageStart},#{pageSize}
- </if>
- </select>
- <!--分页获取项目收支平衡 -->
- <select id="getProjectInAndOut" resultMap="BaseResultMap">
- SELECT project_code, project_name,contract_amount,
- (SELECT IFNULL(SUM(cost),0) FROM report WHERE state = 1 AND project_id = project.id) AS fee_man,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 0 and expense_sheet.status = 0) AS fee_normal,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 1 and expense_sheet.status = 0) AS fee_travel,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 2 and expense_sheet.status = 0) AS fee_outsourcing
- FROM project WHERE project.`company_id` = #{companyId}
- and (project.status <> 3 or project.status is null)
- <if test="projectId != null">
- and project.id = #{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and project.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- order by is_public desc, id asc
- <if test="pageStart != null and pageSize != null">
- LIMIT #{pageStart},#{pageSize}
- </if>
- </select>
- <!--分页获取客户项目的成本利润报表 -->
- <select id="getCustomerProjectInAndOut" resultMap="CustomerResultMap">
- SELECT customer_id, customer_name, COUNT(1) AS project_num, GROUP_CONCAT( project.id) AS project_ids, GROUP_CONCAT( project_name) AS project_names,
- SUM(contract_amount) AS contract_amount ,
- SUM((SELECT IFNULL(SUM(cost),0) FROM report WHERE state = 1 AND project_id = project.id)) AS fee_man,
- SUM((SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 0 and expense_sheet.status = 0)) AS fee_normal,
- SUM((SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 1 and expense_sheet.status = 0)) AS fee_travel,
- SUM((SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 2 and expense_sheet.status = 0)) AS fee_outsourcing
- FROM project WHERE project.`company_id` = #{companyId} AND customer_id > 0
- AND (project.status <> 3 OR project.status IS NULL)
- <if test="customerId!=null">
- and project.customer_id=#{customerId}
- </if>
- <if test="projectId!=null">
- and project.id=#{projectId}
- </if>
- GROUP BY customer_id
- <if test="pageStart != null and pageSize != null">
- LIMIT #{pageStart},#{pageSize}
- </if>
- </select>
- <select id="getCustomerProjectInAndOutCount" resultType="java.lang.Integer">
- SELECT COUNT(DISTINCT customer_id) FROM project WHERE project.`company_id` = #{companyId} AND customer_id > 0
- AND (project.status <> 3 OR project.status IS NULL)
- <if test="customerId!=null">
- and project.customer_id=#{customerId}
- </if>
- <if test="projectId!=null">
- and project.id=#{projectId}
- </if>
- </select>
- <!--分页获取项目收支平衡 -->
- <select id="getProjectInAndOutByRange" resultMap="CustomerResultMap">
- SELECT project.id as id, project.id as project_ids, project_code, project_name as project_names,contract_amount,
- (SELECT IFNULL(SUM(cost),0) FROM report WHERE state = 1 AND project_id = project.id) AS fee_man,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 0 and expense_sheet.status = 0) AS fee_normal,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 1 and expense_sheet.status = 0) AS fee_travel,
- (SELECT IFNULL(SUM(amount),0) FROM expense_item , expense_sheet WHERE project_id = project.id AND expense_sheet.id = expense_item.`expense_id` AND expense_sheet.type = 2 and expense_sheet.status = 0) AS fee_outsourcing
- FROM project WHERE project.`company_id` = #{companyId}
- and id IN <foreach collection="ids" close=")" open="(" separator="," index="" item="item">
- #{item}
- </foreach>
- </select>
- <select id="getGanttData" resultType="java.util.Map">
- SELECT participation.`user_id`, user.`name`,project.id, project.`project_name`, project.`plan_start_date` as start_date, project.`plan_end_date`,
- TIMESTAMPDIFF(DAY,project.`plan_start_date`, project.`plan_end_date`) AS duration FROM participation
- LEFT JOIN user ON user.id = participation.`user_id`
- LEFT JOIN project ON project.`id` = participation.`project_id`
- WHERE participation.`user_id` IN
- <foreach collection="userIds" close=")" open="(" separator="," index="" item="item">
- #{item}
- </foreach>
- AND project.`status` = 1 and project.plan_start_date is not null and project.plan_end_date is not null
- ORDER BY participation.user_id, project.`plan_start_date`
- </select>
- <select id="getTaskPlanByMemb" resultType="java.util.Map">
- SELECT user.`id` as user_id, user.`name`,project.id, project.`project_name`,task.id as task_id, task.name as task_name,task_executor.id as exe_id,
- IFNULL(task.`start_date`, task.end_date) as start_date, task.`end_date`, task_executor.plan_hours as duration, task.task_level as level FROM user
- LEFT JOIN task_executor ON user.id = task_executor.`executor_id`
- left join task on task.id = task_executor.task_id
- LEFT JOIN project ON project.`id` = task.`project_id`
- WHERE user.`id` IN
- <foreach collection="userIds" close=")" open="(" separator="," index="" item="item">
- #{item}
- </foreach>
- and ((IFNULL(task.start_date , task.end_date) between #{startDate} and #{endDate}) or (task.end_date between #{startDate} and #{endDate}))
- and task.end_date is not null
- AND project.`status` = 1
- ORDER BY user.id, task.start_date
- </select>
- <select id="getTaskPlanByProject" resultType="java.util.Map">
- SELECT task.executor_id as user_id, task.executor_name as `name`,project.id, project.`project_name`,task.id as task_id, task.name as task_name,
- IFNULL(task.`start_date`, task.end_date) as start_date, task.`end_date`, task.plan_hours as duration FROM project
- LEFT JOIN task ON task.project_id = project.id
- WHERE project.company_id = #{companyId}
- <if test="projectIds != null">
- and project.`id` IN
- <foreach collection="projectIds" close=")" open="(" separator="," index="" item="item">
- #{item}
- </foreach>
- </if>
- and ((IFNULL(task.start_date , task.end_date) between #{startDate} and #{endDate}) or (task.end_date between #{startDate} and #{endDate}))
- and task.end_date is not null
- AND project.`status` = 1
- ORDER BY project.id, task.start_date
- </select>
- <!--获取加班统计报表 -->
- <!-- <select id="getOvertimeList" resultType="java.util.Map">-->
- <!-- SELECT report.`creator_id` AS userId, user.`name` AS username, SUM(report.`working_time`) AS workingTime,-->
- <!-- IFNULL(SUM(report.`overtime_hours`),0) AS overtimeHours,-->
- <!-- group_concat(distinct(project.project_code)) as projectCode,-->
- <!-- IFNULL(SUM(report.overtime_cost), 0) AS cost FROM report LEFT JOIN user ON user.id = report.`creator_id`-->
- <!-- left join project on project.id = report.project_id-->
- <!-- WHERE report.is_overtime = 1-->
- <!-- and report.`state` = 1-->
- <!-- AND report.`create_date` BETWEEN #{startDate} and #{endDate}-->
- <!-- AND user.`company_id` = #{companyId}-->
- <!-- <if test="projectId != null">-->
- <!-- AND report.`project_id` = #{projectId}-->
- <!-- </if>-->
- <!-- <if test="userId != null">-->
- <!-- AND report.`creator_id` = #{userId}-->
- <!-- </if>-->
- <!-- GROUP BY report.creator_id-->
- <!-- </select>-->
- <!-- 获取某个员工的某时间段内的加班详情 -->
- <select id="getOvertimeDetail" resultType="java.util.Map">
- SELECT date_format(report.`create_date`, '%Y-%m-%d') AS createDate,
- report.`creator_id` AS userId, user.`name` AS username,user.corpwx_userid as corpwxUserId,user.job_number as jobNumber, report.`working_time` AS workingTime,
- IFNULL(report.`overtime_hours`, 0) AS overtimeHours,project.id as projectId,department.corpwx_deptid as corpwxDeptId,
- project.project_name as projectName,project.project_code as projectCode,
- IFNULL(report.overtime_cost, 0) AS cost,
- IFNULL(report_extra_degree.name,'') as degreeName, department.department_name as departmentName FROM report LEFT JOIN user ON user.id = report.`creator_id`
- left join project on project.id = report.project_id
- left join report_extra_degree on report_extra_degree.id = report.degree_id
- left join department on department.department_id = report.dept_id
- WHERE report.is_overtime = 1
- and report.`state` = 1
- AND report.`create_date` BETWEEN #{startDate} and #{endDate}
- AND user.`company_id` = #{companyId}
- <if test="projectId != null">
- AND report.`project_id` = #{projectId}
- </if>
- <if test="userId != null">
- AND report.`creator_id` = #{userId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and report.dept_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and report.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- order by user.create_time asc, report.create_date desc
- </select>
- <!--获取人员工时-->
- <select id="getUserWorkingTimeList" resultType="java.util.Map">
- SELECT report.`creator_id` AS userId, user.`name` AS username,user.corpwx_userid as corpwxUserId,user.job_number as jobNumber,
- user.department_id As deptId,
- ifnull(SUM(if(project.is_public=0,report.working_time,null)),0) as unPublic,
- ifnull(SUM(if(project.is_public=1,report.working_time,null)),0) as isPublic,
- ifnull(SUM(report.`working_time`),0) AS workingTime
- FROM report LEFT JOIN user ON user.id = report.`creator_id`
- left join project on project.id = report.project_id
- WHERE
- report.`state` = 1
- AND user.`is_active` = 1
- AND report.`create_date` BETWEEN #{startDate} and #{endDate}
- AND user.`company_id` =#{companyId}
- <if test="userId!=null">
- and user.id=#{userId}
- </if>
- <if test="projectId!=null">
- and project.id=#{projectId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and report.dept_id in
- <foreach collection="branchDepartment" open="(" close=")" item="item" separator=",">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and report.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- group by user.id
- order by user.create_time asc, report.create_date desc
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="findCountWithUser" resultType="java.lang.Long">
- select count(*)
- from (SELECT report.`creator_id` AS userId, user.`name` AS username,
- ifnull(SUM(if(project.is_public=0,report.working_time,null)),0) as unPublic,
- ifnull(SUM(if(project.is_public=1,report.working_time,null)),0) as isPublic,
- ifnull(SUM(report.`working_time`),0) AS workingTime
- FROM report LEFT JOIN user ON user.id = report.`creator_id`
- left join project on project.id = report.project_id
- WHERE
- report.`state` = 1
- AND user.`is_active` = 1
- AND report.`create_date` BETWEEN #{startDate} and #{endDate}
- AND user.`company_id` =#{companyId}
- <if test="userId!=null">
- and user.id=#{userId}
- </if>
- <if test="projectId!=null">
- and project.id=#{projectId}
- </if>
- <if test="departmentId!=null">
- and report.dept_id=#{departmentId}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and report.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- group by user.id
- order by user.create_time asc, report.create_date desc
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>) as total
- </select>
- <!--按照项目内的阶段名称分组统计工时-->
- <select id="getDegreeCost" resultType="java.util.Map">
- SELECT IFNULL(b.name, "未分配") as name, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney, a.project_id AS projectId
- FROM report AS a
- left join report_extra_degree b on b.id = a.degree_id
- WHERE
- a.state = 1
- and a.company_id = #{companyId}
- <if test="departmentIds!=null and departmentIds.size()>0">
- and a.dept_id in
- <foreach collection="departmentIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="projectId != null">
- and a.project_id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- GROUP BY a.degree_id
- ORDER BY a.degree_id ASC
- </select>
- <!--项目导出数据-->
- <select id="getExportData" resultType="java.util.HashMap" >
- SELECT project.id, project_name, project_code,category_name,is_public,plan_start_date, d.name AS incharger_name,GROUP_CONCAT(u.name) AS participators,
- plan_end_date, progress, LEVEL, STATUS, finish_date, creator_id, creator_name, create_date, contract_amount,
- customer_name, associate_degree_names, provider_names,provider_ids
- FROM project LEFT JOIN sub_project ON sub_project.id = project.`id`
- LEFT JOIN participation c ON c.project_id = project.`id`
- LEFT JOIN user u ON u.id = c.user_id
- LEFT JOIN user d ON d.id = project.`incharger_id`
- WHERE project.`company_id` = #{companyId}
- <if test="userId != null" >
- and (project.creator_id = #{userId} or c.user_id = #{userId})
- </if>
- GROUP BY project.id
- </select>
- <!--按项目分组导出数据-->
- <select id="getExportGroupData" resultType="java.util.Map" >
- SELECT project_code as projectCode,project_name as projectName,task_group.`name` AS groupName,`user`.`name` AS inchargerName,`user`.corpwx_userid as corpwxUserId,`user`.corpwx_userid as corpwxUserId,
- (SELECT GROUP_CONCAT(name) FROM group_participator g LEFT JOIN `user` ON `user`.id = g.user_id WHERE g.group_id = group_participator.group_id GROUP BY g.group_id) AS participators,
- (SELECT GROUP_CONCAT(corpwx_userid) FROM group_participator g LEFT JOIN `user` ON `user`.id = g.user_id WHERE g.group_id = group_participator.group_id GROUP BY g.group_id) AS participatorsCorp
- FROM task_group
- LEFT JOIN group_participator ON task_group.id = group_participator.group_id
- LEFT JOIN project on task_group.project_id = project.id
- LEFT JOIN `user` ON task_group.incharger_id = `user`.id
- where project.company_id = #{companyId}
- GROUP BY task_group.id
- ORDER BY project_id
- </select>
- <!--分页获取项目工时成本预警表 -->
- <select id="getProjectCostAlarm" resultType="java.util.HashMap">
- SELECT project.id, project.`project_code` as projectCode, project.`project_name` as projectName,(SELECT IFNULL(SUM(base_amount), 0) FROM project_currentcost
- WHERE base_id IN(SELECT id FROM project_basecost_setting WHERE company_id=#{companyId})
- AND project_id=project.id) AS cur_cost, (SELECT IFNULL(SUM(base_amount), 0) FROM project_currentcost
- WHERE base_id IN(SELECT id FROM project_basecost_setting WHERE company_id=#{companyId} AND alarm_type = 1)
- AND project_id=project.id) AS costLimit,
- (SELECT IFNULL(SUM(cost),0) FROM report WHERE state = 1 AND project_id = project.id) AS feeMan
- FROM project WHERE company_id=#{companyId}
- and (project.status <> 3 or project.status is null)
- <if test="projectId != null">
- and project.id = #{projectId}
- </if>
- <if test="pageStart != null and pageSize != null">
- LIMIT #{pageStart},#{pageSize}
- </if>
- </select>
- <select id="getBaseCostAndRealCost" resultType="java.util.HashMap">
- SELECT project.id,project_code as projectCode, project.`project_name` as projectName,
- (SELECT IFNULL(SUM(base_amount), 0) FROM project_basecost LEFT JOIN project_basecost_setting
- ON project_basecost_setting.id = project_basecost.`base_id` WHERE alarm_type=1 AND company_id=#{companyId} AND project_basecost.`project_id`=project.id) AS baseCost,
- (SELECT IFNULL(SUM(base_amount), 0) FROM project_currentcost LEFT JOIN project_basecost_setting
- ON project_basecost_setting.id = project_currentcost.`base_id` WHERE alarm_type=1 AND company_id=#{companyId} AND project_currentcost.`project_id`=project.id) AS baseCurcost,
- (SELECT IFNULL(SUM(cost), 0) FROM report WHERE report.`company_id` = #{companyId} AND project_id = project.id AND state=1 AND basecost_id >0) AS feeMan
- FROM project WHERE (STATUS <> 3 OR project.status IS NULL) AND company_id=#{companyId}
- <if test="projectId != null">
- and project.id = #{projectId}
- </if>
- <if test="pageStart != null and pageSize != null">
- LIMIT #{pageStart},#{pageSize}
- </if>
- </select>
- <select id="getWaitingReviewList" resultType="java.util.Map">
- <choose>
- <when test="stateKey==0">
- SELECT dept_manager.name as userName,`user`.corpwx_userid as corpwxUserId,IFNULL(department.department_id,0) as deptId,department.corpwx_deptid as wxDeptId,COUNT(1) as num
- FROM report AS a
- left join user on user.id = a.creator_id
- JOIN project AS b ON a.project_id=b.id
- left join sub_project as d on d.id = a.sub_project_id
- left join task on task.id = a.task_id
- left join report_extra_degree on report_extra_degree.id = a.degree_id
- left join department on department.department_id = a.audit_deptid
- left join user dept_manager on dept_manager.id = a.audit_dept_managerid
- left join department dept on dept.department_id = a.dept_id
- left join task_group on task_group.id = a.group_id
- left join user u on u.id = a.project_auditor_id
- WHERE a.company_id =#{companyId}
- and a.state = 0
- and u.is_active = 1
- <if test="startDate!=null and endDate!=null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- AND a.is_dept_audit=1
- <if test="userId!=null">
- and dept_manager.id=#{userId}
- </if>
- <if test="departmentId!=null">
- and dept_manager.department_id=#{departmentId}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and dept_manager.department_id in
- <foreach collection="deptIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by a.audit_dept_managerid
- ORDER BY a.create_date desc, a.creator_id asc
- </when>
- <otherwise>
- SELECT u.name as userName,u.corpwx_userid as corpwxUserId,IFNULL(dp.department_id,0) as deptId,dp.corpwx_deptid as wxDeptId,COUNT(1) as num
- FROM report AS a
- left join user on user.id = a.creator_id
- JOIN project AS b ON a.project_id=b.id
- left join sub_project as d on d.id = a.sub_project_id
- left join task on task.id = a.task_id
- left join report_extra_degree on report_extra_degree.id = a.degree_id
- left join department on department.department_id = a.audit_deptid
- left join user dept_manager on dept_manager.id = a.audit_dept_managerid
- left join department dept on dept.department_id = a.dept_id
- left join task_group on task_group.id = a.group_id
- left join user u on u.id = a.project_auditor_id
- left join department dp on u.department_id=dp.department_id
- WHERE a.company_id =#{companyId}
- and a.state = 0
- and u.is_active = 1
- <if test="startDate!=null and endDate!=null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- AND a.is_dept_audit=0 and a.project_audit_state = 0
- <if test="userId!=null">
- and u.id=#{userId}
- </if>
- <if test="departmentId!=null">
- and u.department_id=#{departmentId}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and u.department_id in
- <foreach collection="deptIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by a.project_auditor_id
- ORDER BY a.create_date desc, a.creator_id asc
- </otherwise>
- </choose>
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="findCount" resultType="java.lang.Long">
- select count(1)
- from (<choose>
- <when test="stateKey==0">
- SELECT dept_manager.name as userName,department.department_name as departmentName,COUNT(1) as num
- FROM report AS a
- left join user on user.id = a.creator_id
- JOIN project AS b ON a.project_id=b.id
- left join sub_project as d on d.id = a.sub_project_id
- left join task on task.id = a.task_id
- left join report_extra_degree on report_extra_degree.id = a.degree_id
- left join department on department.department_id = a.audit_deptid
- left join user dept_manager on dept_manager.id = a.audit_dept_managerid
- left join department dept on dept.department_id = a.dept_id
- left join task_group on task_group.id = a.group_id
- left join user u on u.id = a.project_auditor_id
- WHERE a.company_id =#{companyId}
- and a.state = 0
- and u.is_active = 1
- <if test="startDate!=null and endDate!=null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- AND a.is_dept_audit=1
- <if test="userId!=null">
- and dept_manager.id=#{userId}
- </if>
- <if test="departmentId!=null">
- and dept_manager.department_id=#{departmentId}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and dept_manager.department_id in
- <foreach collection="deptIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by a.audit_dept_managerid
- ORDER BY a.create_date desc, a.creator_id asc
- </when>
- <otherwise>
- SELECT u.name as userName,dp.department_name as departmentName,COUNT(1) as num
- FROM report AS a
- left join user on user.id = a.creator_id
- JOIN project AS b ON a.project_id=b.id
- left join sub_project as d on d.id = a.sub_project_id
- left join task on task.id = a.task_id
- left join report_extra_degree on report_extra_degree.id = a.degree_id
- left join department on department.department_id = a.audit_deptid
- left join user dept_manager on dept_manager.id = a.audit_dept_managerid
- left join department dept on dept.department_id = a.dept_id
- left join task_group on task_group.id = a.group_id
- left join user u on u.id = a.project_auditor_id
- left join department dp on u.department_id=dp.department_id
- WHERE a.company_id =#{companyId}
- and a.state = 0
- and u.is_active = 1
- <if test="startDate!=null and endDate!=null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- AND a.is_dept_audit=0 and a.project_audit_state = 0
- <if test="userId!=null">
- and u.id=#{userId}
- </if>
- <if test="departmentId!=null">
- and u.department_id=#{departmentId}
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and u.department_id in
- <foreach collection="deptIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by a.project_auditor_id
- ORDER BY a.create_date desc, a.creator_id asc
- </otherwise>
- </choose>
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>) total
- </select>
- <select id="getUserWorkingTimeStatic" resultType="java.util.Map">
- select us.name,us.corpwx_userid as corpwxUserId,us.job_number as jobNumber,dp.department_name as departmentName,dp.corpwx_deptid as corpwxDeptId,
- (select SUM(te.plan_hours) from task_executor te
- left join task on task.id=te.task_id
- where te.executor_id=us.id
- <if test="startDate!=null and endDate!=null">
- and task.create_date >=#{startDate} and task.create_date <=#{endDate}
- </if>) as planHours,
- (select SUM(report.working_time) from report
- left join task on task.id=report.task_id
- where report.creator_id=us.id and task_id is not null and report.state=1
- <if test="startDate!=null and endDate!=null">
- and report.create_date >=#{startDate} and report.create_date <=#{endDate}
- </if>) as workingTime
- from user us
- left join department dp on dp.department_id=us.department_id
- where us.company_id=#{companyId}
- and us.id NOT IN (SELECT id FROM `user` WHERE company_id=#{companyId} and inactive_date IS NOT NULL AND inactive_date < #{startDate} AND is_active = 0)
- <if test="userId!=null and userId!=''">
- and us.id=#{userId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and us.department_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and us.department_id in
- <foreach collection="deptIds" open="(" item="item" close=")" separator=",">
- #{item}
- </foreach>
- </if>
- group by us.id
- order by us.department_id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="findCountWithUserWorkingTime" resultType="java.lang.Long">
- select count(1)
- from(select us.name,dp.department_name as departmentName,
- (select SUM(te.plan_hours) from task_executor te
- left join task on task.id=te.task_id
- where te.executor_id=us.id
- <if test="startDate!=null and endDate!=null">
- and task.create_date >=#{startDate} and task.create_date <=#{endDate}
- </if>) as planHours,
- (select SUM(report.working_time) from report
- left join task on task.id=report.task_id
- where report.creator_id=us.id and task_id is not null
- <if test="startDate!=null and endDate!=null">
- and task.create_date >=#{startDate} and task.create_date <=#{endDate}
- </if>) as workingTime
- from user us
- left join department dp on dp.department_id=us.department_id
- where us.company_id=#{companyId}
- and us.id NOT IN (SELECT id FROM `user` WHERE company_id=#{companyId} and inactive_date IS NOT NULL AND inactive_date < #{startDate} AND is_active = 0)
- <if test="userId!=null and userId!=''">
- and us.id=#{userId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and us.department_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and us.department_id in
- <foreach collection="deptIds" open="(" item="item" close=")" separator=",">
- #{item}
- </foreach>
- </if>
- group by us.id
- order by us.department_id)as total
- </select>
- <select id="selectWithGroup" resultType="java.util.Map">
- select SUM(a.working_time) as workingTime,IFNULL(b.name,'未分组') as groupName
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- <if test="groupId!=null">
- and a.group_id=#{groupId}
- </if>
- group by b.name
- order by c.id
- <if test="startIndex!=null and endIndex!=null">
- limit #{startIndex},#{endIndex}
- </if>
- </select>
- <select id="selectCountWithGroup" resultType="java.lang.Long">
- select count(1) from(
- select SUM(a.working_time) as workingTime,IFNULL(b.name,'未分组') as groupName
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- <if test="groupId!=null">
- and a.group_id=#{groupId}
- </if>
- group by b.name
- order by c.id
- <if test="startIndex!=null and endIndex!=null">
- limit #{startIndex},#{endIndex}
- </if>) as total
- </select>
- <select id="selectWithGroupProject" resultType="java.util.Map">
- select SUM(a.working_time) as workingTime,IFNULL(b.name,'未分组') as groupName ,c.project_name as projectName,c.project_code as projectCode
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- <if test="groupId!=null">
- and a.group_id=#{groupId}
- </if>
- group by c.id,b.id
- order by c.id
- <if test="startIndex!=null and endIndex!=null">
- limit #{startIndex},#{endIndex}
- </if>
- </select>
- <select id="selectCountWithGroupProject" resultType="java.lang.Long">
- select count(1) from(
- select SUM(a.working_time) as workingTime,IFNULL(b.name,'未分组') as groupName ,c.project_name as projectName,c.project_code as projectCode
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- <if test="groupId!=null">
- and a.group_id=#{groupId}
- </if>
- group by c.id,b.id
- order by c.id
- <if test="startIndex!=null and endIndex!=null">
- limit #{startIndex},#{endIndex}
- </if>) as total
- </select>
- <select id="getProjectGroupAndCategoryList" resultType="java.util.Map">
- select c.id as projectId,c.project_name as projectName,c.project_code as projectCode,IFNULL(b.name,'未分组') as groupName,SUM(a.working_time) as workingTime,ifnull(b.id,0) as groupId
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- left join stages f on a.stage=f.stages_name and a.group_id=f.group_id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by c.id,b.id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="getProjectGroupAndCategoryCount" resultType="java.lang.Long">
- select count(1) from
- (select c.id as projectId,c.project_name as projectName,c.project_code as projectCode,IFNULL(b.name,'未分组') as groupName,SUM(a.working_time) as workingTime,ifnull(b.id,0) as groupId
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- left join stages f on a.stage=f.stages_name and a.group_id=f.group_id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by c.id,b.id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>) as total
- </select>
- <select id="getProjectGroupAndCategoryData" resultType="java.util.Map">
- select c.id as projectId,ifnull(b.id,0) as groupId,c.project_name as projectName,c.project_code as projectCode,SUM(a.working_time) as workingTime,IFNULL(f.stages_name,'非阶段') as stagesName
- from report a
- left join task_group b on a.group_id=b.id
- left join project c on a.project_id=c.id
- left join stages f on a.stage=f.stages_name and a.group_id=f.group_id
- where c.company_id=#{companyId} and a.state=1
- <if test="startDate!=null and endDate!=null">
- and a.create_date >=#{startDate} and a.create_date <=#{endDate}
- </if>
- <if test="projectId!=null">
- and c.id=#{projectId}
- </if>
- <if test="inchagerIds!=null and inchagerIds.size()>0">
- and c.id in
- <foreach collection="inchagerIds" open="(" separator="," close=")" item="item">
- #{item}
- </foreach>
- </if>
- group by c.id,f.id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="getCostByUserCustom" resultType="java.util.Map">
- SELECT IFNULL(suc.name,'未定义') as name,SUM(b.working_time) AS cost, SUM(b.cost) AS costMoney
- FROM user AS a
- LEFT JOIN report AS b ON a.id = b.creator_id
- LEFT JOIN project AS c ON b.project_id = c.id
- left join user_custom uc on uc.company_id=a.company_id
- left join sub_user_custom suc on suc.name=a.${fieldName} and suc.user_custom_id=uc.id
- WHERE b.state = 1
- AND a.company_id = #{companyId}
- <if test="startDate!=null and endDate!=null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- and uc.id=#{customId}
- <if test="deptIds!=null and deptIds.size()>0">
- and a.department_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="subCustomName!=null">
- and suc.name=#{subCustomName}
- </if>
- GROUP BY suc.name
- </select>
- <select id="getEmpMonthHours" resultType="java.util.Map">
- select us.id as userId,us.name,us.corpwx_userid as corpwxUserId,us.job_number as jobNumber,dp.department_name as departmentName,dp.corpwx_deptid as corpwxDeptId,
- (select allday from time_type te
- where te.company_id=#{companyId}) as allday,
- (select SUM(report.working_time) from report
- where report.creator_id=us.id and report.state=1
- and report.create_date >=#{startDate} and report.create_date <=#{endDate})
- as workingTime
- from user us
- left join department dp on dp.department_id=us.department_id
- where us.company_id=#{companyId}
- and us.id NOT IN (SELECT id FROM `user` WHERE company_id=#{companyId} and inactive_date IS NOT NULL AND inactive_date < #{startDate} AND is_active = 0)
- <if test="userId!=null and userId!=''">
- and us.id=#{userId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and us.department_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and us.department_id in
- <foreach collection="deptIds" open="(" item="item" close=")" separator=",">
- #{item}
- </foreach>
- </if>
- group by us.id
- order by us.department_id
- <if test="start!=null and size!=null">
- limit #{start},#{size}
- </if>
- </select>
- <select id="findCountWithEmpMonthHours" resultType="java.lang.Long">
- select count(1)
- from(select us.name,dp.department_name as departmentName,
- (select SUM(report.working_time) from report
- where report.creator_id=us.id
- and report.create_date >=#{startDate} and report.create_date <=#{endDate})
- as workingTime
- from user us
- left join department dp on dp.department_id=us.department_id
- where us.company_id=#{companyId}
- and us.id NOT IN (SELECT id FROM `user` WHERE company_id=#{companyId} and inactive_date IS NOT NULL AND inactive_date < #{startDate} AND is_active = 0)
- <if test="userId!=null and userId!=''">
- and us.id=#{userId}
- </if>
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and us.department_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and us.department_id in
- <foreach collection="deptIds" open="(" item="item" close=")" separator=",">
- #{item}
- </foreach>
- </if>
- group by us.id
- order by us.department_id)as total
- </select>
- <!-- 分页查询部门参与项目情况-->
- <select id="selectDeptPartInProjects" resultType="java.util.Map">
- SELECT department.department_id deptId,
- department_name deptName,
- (select count(user.id) from user where user.id NOT IN (SELECT id FROM `user` WHERE company_id=#{companyId} and inactive_date IS NOT NULL AND inactive_date < #{startDate} AND is_active = 0) AND user.department_id = department.department_id group by user.department_id) deptHeadCount,
- pro.projectCount projectCount,
- pro.centerCount centerCount,
- pcon.peopleCount peopleCount
- FROM department
- LEFT JOIN (
- SELECT user.department_id dept_id,COUNT(DISTINCT(report.project_id)) projectCount,
- COUNT(DISTINCT(r.degree_id)) centerCount
- FROM report
- LEFT JOIN report r
- ON report.id = r.id AND r.degree_id != -1
- LEFT JOIN `user`
- ON report.creator_id = user.id
- WHERE report.state = 1
- And report.create_date BETWEEN #{startDate} AND #{endDate}
- GROUP BY dept_id
- ) pro
- on pro.dept_id = department.department_id
- LEFT JOIN (
- SELECT dept_id,sum(p.con) peopleCount
- FROM (
- SELECT user.department_id dept_id,count(DISTINCT project_id)con FROM report
- LEFT JOIN `user`
- ON report.creator_id = user.id
- WHERE report.state = 1
- And report.create_date BETWEEN #{startDate} AND #{endDate}
- GROUP BY report.creator_id,dept_id
- ) p GROUP BY p.dept_id
- ) pcon
- ON pcon.dept_id = department.department_id
- WHERE department.company_id = #{companyId}
- <if test="branchDepartment!=null and branchDepartment.size()>0">
- and department.department_id in
- <foreach collection="branchDepartment" open="(" close=")" separator="," item="item">
- #{item}
- </foreach>
- </if>
- <if test="deptIds!=null and deptIds.size()>0">
- and department.department_id in
- <foreach collection="deptIds" open="(" item="item" close=")" separator=",">
- #{item}
- </foreach>
- </if>
- <if test="size!=null and start!=null">
- limit #{start},#{size}
- </if>
- </select>
- <!--获取按项目分组的工时成本-->
- <select id="getExportDegreeCost" resultType="java.util.Map">
- SELECT a.id, a.project_code as projectCode, a.project_name AS projectName, SUM(b.working_time) AS cost, SUM(b.cost) AS costMoney,a.category_name as categoryName
- FROM project AS a
- LEFT JOIN report AS b ON b.project_id = a.id
- JOIN user AS c ON b.creator_id = c.id
- WHERE a.company_id = #{companyId}
- <if test="projectId != null">
- AND a.id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND b.create_date between #{startDate} and #{endDate}
- </if>
- <choose>
- <when test="filterDeptIds!=null and filterDeptIds.size()>0">
- and b.dept_id in
- <foreach collection="filterDeptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </when>
- <otherwise>
- <if test="deptIds!=null and deptIds.size()>0">
- and (b.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- <if test="deptRelatedProjectIds.size() > 0">
- or a.id in
- <foreach collection="deptRelatedProjectIds" open="(" item="pid" separator="," close=")">
- #{pid}
- </foreach>
- </if>
- )
- </if>
- </otherwise>
- </choose>
- AND b.state = 1
- GROUP BY a.id
- ORDER BY a.id ASC
- </select>
- <!--获取某个项目每个维度分别需要的工时-->
- <select id="getDegreeDetailCost" resultType="java.util.Map">
- SELECT b.id as creatorId,a.project_id as projectId, b.name,b.corpwx_userid as corpwxUserId,a.dept_id as deptId,department.corpwx_deptid as corpwxDeptId, IFNULL(department.department_name, '未分配') as departmentName, SUM(a.working_time) AS cost, SUM(a.cost) AS costMoney,r.name as degreeName
- FROM report AS a
- JOIN user AS b ON a.creator_id = b.id
- left join department on department.department_id = a.dept_id
- left join report_extra_degree as r on a.degree_id = r.id
- WHERE a.company_id=#{companyId}
- <if test="curProjectId != null">
- and a.project_id = #{curProjectId}
- </if>
- <if test="projectId != null">
- and a.project_id = #{projectId}
- </if>
- <if test="startDate != null and endDate != null">
- AND a.create_date between #{startDate} and #{endDate}
- </if>
- <choose>
- <when test="filterDeptIds!=null and filterDeptIds.size()>0">
- and a.dept_id in
- <foreach collection="filterDeptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </when>
- <otherwise>
- <if test="deptIds!=null and deptIds.size()>0">
- and a.dept_id in
- <foreach collection="deptIds" open="(" item="item" separator="," close=")">
- #{item}
- </foreach>
- </if>
- </otherwise>
- </choose>
- GROUP BY a.project_id,b.id,a.degree_id
- ORDER BY b.id,a.degree_id ASC
- </select>
- <select id="selectNearProject" resultType="com.management.platform.entity.Project">
- select * from project
- where id in (
- SELECT project_id
- from (
- SELECT project_id
- FROM (
- SELECT DISTINCT *
- FROM report
- WHERE creator_id = #{userId}
- order by create_time
- DESC
- ) p1
- GROUP BY project_id
- order by create_time
- DESC
- LIMIT 3
- ) p2
- )
- </select>
- </mapper>
|