| | |
| | | and (DATE_FORMAT(update_time,'%Y-%m-%d') <![CDATA[ >= ]]> #{terms.updateStart} |
| | | and DATE_FORMAT(update_time,'%Y-%m-%d') <![CDATA[ <= ]]> #{terms.updateEnd}) |
| | | </if> |
| | | <if test="terms.EndProcess != null and terms.EndProcess !=''"> |
| | | <if test="terms.endProcess != null and terms.endProcess !=''"> |
| | | and process in ('22_00006-4', '22_00006-5', '22_00006-6', '22_00006-7') |
| | | </if> |
| | | <if test="terms.todoProcess != null and terms.todoProcess !=''"> |
| | | and process in ('22_00006-1', '22_00006-2', '22_00006-3') |
| | | </if> |
| | | </where> |
| | | </if> |
| | | </sql> |