| | |
| | | <if test="information.stats!=null and information.stats!=''"> |
| | | and i.stats=#{information.stats} |
| | | </if> |
| | | <if test="information.jurisdiction!=null and information.jurisdiction!='' and information.jurisdiction!='1123598813738675201'"> |
| | | <if test="information.jurisdiction!=null and information.jurisdiction!='' and information.jurisdiction!='1372091709474910209'"> |
| | | and i.jurisdiction=#{information.jurisdiction} |
| | | </if> |
| | | <if test="information.departmentid!=null and information.departmentid!=''"> |
| | |
| | | ) A ON H.departmentid = A.dept_id |
| | | LEFT JOIN ( SELECT COUNT(*) AS num, u.dept_id FROM blade_user u WHERE (u.examination_type = 1 or u.examination_type is null ) and role_id = '1412226235153731586' AND `status` = 1 AND is_deleted = 0 GROUP BY u.dept_id |
| | | ) B ON H.departmentid = B.dept_id where 1=1 |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'"> |
| | | and H.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid!=''"> |
| | |
| | | <if test="deptid!=null and deptid!=''"> |
| | | and H.departmentid = #{deptid} |
| | | </if> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'"> |
| | | and H.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | </select> |
| | |
| | | GROUP BY |
| | | dept_id |
| | | ) B ON H.departmentid = B.dept_id where 1=1 |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'"> |
| | | and H.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid!=''"> |
| | |
| | | <if test="deptid!=null and deptid!=''"> |
| | | and H.departmentid = #{deptid} |
| | | </if> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'"> |
| | | and H.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | </select> |
| | |
| | | on |
| | | si.departmentid = bd.id |
| | | where 1=1 |
| | | and bd.dept_category = 3 |
| | | and si.stats = 1 |
| | | <if test="information.deptName!=null and information.deptName!=''"> |
| | | and bd.dept_name like concat(concat('%', #{information.deptName}),'%') |
| | | </if> |
| | |
| | | FROM |
| | | `sys_dispatcher_unit` |
| | | WHERE YEAR (end_time) >='2021' |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'"> |
| | | <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'"> |
| | | and jurisdiction =#{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid!=''"> |