| | |
| | | select |
| | | count(case when (node_id = 'ZJ_DFP' or node_id = 'QJ_DFP' or node_id = 'SJ_DFP' or node_id = 'DFP') and sign_status != 1 then id end) as waitDisp, |
| | | count(case when sign_status = 1 then id end) as waitSign, |
| | | count(case when (node_id = 'ZJ_DSL' or node_id = 'QJ_DSL' or node_id = 'SJ_DSL' or node_id = 'DSL') and sign_status != 1 then id end) as waitAccept, |
| | | count(case when (node_id = 'ZJ_DSL' or node_id = 'QJ_DSL' or node_id = 'SJ_DSL' or node_id = 'DSL') and sign_status != 1 and (handle_result != 3 or handle_result is null) then id end) as waitAccept, |
| | | count(case when node_id = 'BLFK' then id end) as Processing |
| | | from |
| | | <include refid="table-name" /> |
| | |
| | | and t3.mediator like concat('%', #{terms.mediator}, '%') |
| | | </if> |
| | | <if test="terms.canal != null and terms.canal !=''"> |
| | | and t1.canal = #{terms.canal} |
| | | and t2.canal = #{terms.canal} |
| | | </if> |
| | | <if test="terms.mediResult != null and terms.mediResult !=''"> |
| | | and t1.medi_result = #{terms.mediResult} |
| | | and t3.medi_result = #{terms.mediResult} |
| | | </if> |
| | | <if test="terms.caseLevel != null and terms.caseLevel !=''"> |
| | | and t1.case_level = #{terms.caseLevel} |
| | | and t2.case_level = #{terms.caseLevel} |
| | | </if> |
| | | <if test="terms.caseType != null and terms.caseType !=''"> |
| | | and t1.case_type = #{terms.caseType} |
| | | and t2.case_type = #{terms.caseType} |
| | | </if> |
| | | <if test="terms.status != null and terms.status !=''"> |
| | | and t2.status = #{terms.status} |