|
|
@ -79,7 +79,7 @@ |
|
|
|
and admin.account=#{account} |
|
|
|
</if> |
|
|
|
<if test="market!=null and market.length>0"> |
|
|
|
and admin.market=#{market} |
|
|
|
and admin.market LIKE CONCAT('%', #{market}, '%') |
|
|
|
</if> |
|
|
|
<if test="postiton!=null and postiton.length>0"> |
|
|
|
and admin.postiton=#{postiton} |
|
|
|