| | |
| | | <if test="query.status != null"> |
| | | and tfsr.status = #{query.status} |
| | | </if> |
| | | <if test="query.status == null"> |
| | | and tfsr.status != -1 |
| | | </if> |
| | | <if test="query.reportType != null"> |
| | | and tfsr.report_type = #{query.reportType} |
| | | </if> |
| | |
| | | </if> |
| | | <if test="query.status != null"> |
| | | and tfsr.status = #{query.status} |
| | | </if> |
| | | <if test="query.status == null"> |
| | | and tfsr.status != -1 |
| | | </if> |
| | | <if test="query.reportType != null"> |
| | | and tfsr.report_type = #{query.reportType} |
| | |
| | | <if test="query.status != null"> |
| | | and tfsr.status = #{query.status} |
| | | </if> |
| | | <if test="query.status == null"> |
| | | and tfsr.status != -1 |
| | | </if> |
| | | <if test="query.reportType != null"> |
| | | and tfsr.report_type = #{query.reportType} |
| | | </if> |