| | |
| | | left join dyh_case_info t2 on t1.case_id = t2.id |
| | | left join dyh_case_info_unfold t3 on t1.case_id = t3.id |
| | | where t1.status = 2 |
| | | and t1.node_id = 'BLFK' |
| | | and t1.handle_unit_id = #{terms.handleUnitId} |
| | | and t2.delete_status = 0 |
| | | <include refid="myTaskYb-where-part"/> |
| | |
| | | left join dyh_case_info t2 on t1.case_id = t2.id |
| | | left join dyh_case_info_unfold t3 on t1.case_id = t3.id |
| | | where t1.status = 2 |
| | | and t1.node_id = 'BLFK' |
| | | and t1.handle_unit_id = #{terms.handleUnitId} |
| | | and t2.delete_status = 0 |
| | | <include refid="myTaskYb-where-part"/> |