| | |
| | | <if test="qaType !=null and qaType != ''"> |
| | | and qa.qa_type= #{qaType} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | <if test="startTime != null and startTime != ''"> |
| | | and t.create_time > #{startTime} |
| | | </if> |
| | | <if test="endTime != null"> |
| | | <if test="endTime != null and endTime != ''"> |
| | | and t.create_time < #{endTime} |
| | | </if> |
| | | order by t.create_time desc |
| | |
| | | <if test="qaType !=null and qaType != ''"> |
| | | and qa.qa_type= #{qaType} |
| | | </if> |
| | | <if test="startTime != null"> |
| | | <if test="startTime != null and startTime != ''"> |
| | | and t.create_time > #{startTime} |
| | | </if> |
| | | <if test="endTime != null"> |
| | | <if test="endTime != null and endTime != ''"> |
| | | and t.create_time < #{endTime} |
| | | </if> |
| | | <if test="qaId !=null and qaId != ''"> |