| | |
| | | jt.update_time, |
| | | jt.update_user, |
| | | jt.STATUS, |
| | | jt.tenant_id, |
| | | jt.create_dept, |
| | | jt.source, |
| | | jt.is_deleted, |
| | | jt.house_code, |
| | | jt.report_type |
| | |
| | | <if test="task.createUser != null ">and jt.create_user = #{task.createUser}</if> |
| | | <if test="task.updateTime != null ">and jt.update_time = #{task.updateTime}</if> |
| | | <if test="task.updateUser != null ">and jt.update_user = #{task.updateUser}</if> |
| | | <if test="task.tenantId != null and task.tenantId != ''">and jt.tenant_id = #{task.tenantId}</if> |
| | | <if test="task.createDept != null ">and jt.create_dept = #{task.createDept}</if> |
| | | <if test="task.isDeleted != null ">and jt.is_deleted = #{task.isDeleted}</if> |
| | | <if test="task.houseCode != null and task.houseCode != ''">and jt.house_code = #{task.houseCode}</if> |
| | | <if test="task.startTime != null and task.startTime != '' and task.endTime != null and task.endTime != '' "> |