| | |
| | | <if test="workReport.realName!=null and workReport.realName!=''"> |
| | | and bu.real_name like concat('%', #{workReport.realName},'%') |
| | | </if> |
| | | <if test="workReport.content!=null and workReport.content!=''"> |
| | | and swr.content like concat('%', #{workReport.content},'%') |
| | | </if> |
| | | <if test="workReport.type!=null"> |
| | | and swr.type = #{workReport.type} |
| | | </if> |
| | |
| | | <if test="workReport.realName!=null and workReport.realName!=''"> |
| | | and bu.real_name like concat('%', #{workReport.realName},'%') |
| | | </if> |
| | | <if test="workReport.content!=null and workReport.content!=''"> |
| | | and swr.content like concat('%', #{workReport.content},'%') |
| | | </if> |
| | | <if test="workReport.type!=null"> |
| | | and swr.type = #{workReport.type} |
| | | </if> |