| | |
| | | <if test="wtId !=null and wtId != ''"> |
| | | and t.wt_id= #{wtId} |
| | | </if> |
| | | <if test="states != null"> |
| | | and t.state in |
| | | <foreach collection="states" item="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | |
| | | <if test="queryStartTime !=null and queryStartTime !=''"> |
| | | and wtk.create_time >= #{queryStartTime} |
| | |
| | | <if test="wtId !=null and wtId != ''"> |
| | | and t.wt_id= #{wtId} |
| | | </if> |
| | | |
| | | <if test="states != null"> |
| | | and t.state in |
| | | <foreach collection="states" item="item" open="(" close=")" separator=","> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="queryStartTime !=null and queryStartTime !=''"> |
| | | and wtk.create_time >= #{queryStartTime} |
| | | </if> |