| | |
| | | <if test="terms.plaintiffs != null and terms.plaintiffs !=''"> |
| | | and plaintiffs = #{terms.plaintiffs} |
| | | </if> |
| | | <if test="terms.plaintiffsKey != null and terms.plaintiffsKey !=''"> |
| | | and plaintiffs like CONCAT('%', #{terms.plaintiffsKey}, '%') |
| | | </if> |
| | | <if test="terms.pagents != null and terms.pagents !=''"> |
| | | and pagents = #{terms.pagents} |
| | | </if> |
| | | <if test="terms.defendants != null and terms.defendants !=''"> |
| | | and defendants = #{terms.defendants} |
| | | </if> |
| | | <if test="terms.defendantsKey != null and terms.defendantsKey !=''"> |
| | | and defendants like CONCAT('%', #{terms.defendantsKey}, '%') |
| | | </if> |
| | | <if test="terms.dagents != null and terms.dagents !=''"> |
| | | and dagents = #{terms.dagents} |
| | | </if> |