| | |
| | | AND dell_user_name = #{pageEventMainMemberDTO.dellUserName} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.dellDateBegin!=null"> |
| | | AND dell_date >= #{pageEventMainMemberDTO.dellDateBegin} |
| | | AND dell_date >= #{pageEventMainMemberDTO.dellDateBegin} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.dellDateEnd!=null"> |
| | | AND dell_date <= #{pageEventMainMemberDTO.dellDateEnd} |
| | |
| | | AND urgent_dell = #{pageEventMainMemberDTO.urgentDell} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.submitDateBegin!=null"> |
| | | AND submit_date >= #{pageEventMainMemberDTO.submitDateBegin} |
| | | AND submit_date >= #{pageEventMainMemberDTO.submitDateBegin} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.submitDateEnd!=null"> |
| | | AND submit_date <= #{pageEventMainMemberDTO.submitDateEnd} |
| | |
| | | AND create_by = #{pageEventMainMemberDTO.createBy} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.createAtBegin!=null"> |
| | | AND create_at >= #{pageEventMainMemberDTO.createAtBegin} |
| | | AND create_at >= #{pageEventMainMemberDTO.createAtBegin} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.createAtEnd!=null"> |
| | | AND create_at <= #{pageEventMainMemberDTO.createAtEnd} |
| | |
| | | AND update_by = #{pageEventMainMemberDTO.updateBy} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.updateAtBegin!=null"> |
| | | AND update_at >= #{pageEventMainMemberDTO.updateAtBegin} |
| | | AND update_at >= #{pageEventMainMemberDTO.updateAtBegin} |
| | | </if> |
| | | <if test="pageEventMainMemberDTO.updateAtEnd!=null"> |
| | | AND update_at <= #{pageEventMainMemberDTO.updateAtEnd} |