|
|
@@ -35,6 +35,10 @@ |
|
|
and `status` = #{status} |
|
|
and `status` = #{status} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != name && '' != name"> |
|
|
|
|
|
and `name` like concat('%', #{name},'%') |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != promoterLimitRule"> |
|
|
<if test=" null != promoterLimitRule"> |
|
|
and `promoter_limit_rule` = #{promoterLimitRule} |
|
|
and `promoter_limit_rule` = #{promoterLimitRule} |
|
|
</if> |
|
|
</if> |
|
|
|