| | |
| | | and t.create_time= #{createTime} |
| | | </if> |
| | | <if test="taskName !=null and taskName != ''"> |
| | | and t.task_name= #{taskName} |
| | | and t.task_name like '%${taskName}%' |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | |
| | | and t.template_id= #{templateId} |
| | | </if> |
| | | <if test="templateName != null and templateName != ''"> |
| | | and tt.template_name = #{templateName} |
| | | and tt.template_name like '%${templateName}%' |
| | | </if> |
| | | <if test="taskId !=null and taskId != ''"> |
| | | and t.task_id= #{taskId} |
| | |
| | | and t.create_time= #{createTime} |
| | | </if> |
| | | <if test="taskName !=null and taskName != ''"> |
| | | and t.task_name= #{taskName} |
| | | and t.task_name like '%${taskName}%' |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | |
| | | and t.template_id= #{templateId} |
| | | </if> |
| | | <if test="templateName != null and templateName != ''"> |
| | | and tt.template_name = #{templateName} |
| | | and tt.template_name like '%${templateName}%' |
| | | </if> |
| | | <if test="taskId !=null and taskId != ''"> |
| | | and t.task_id= #{taskId} |
| | |
| | | and t.status_cd= #{statusCd} |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |