|
|
@@ -80,6 +80,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="realname != null and realname != ''">
|
|
|
AND s.realname like concat('%', #{realname}, '%')
|
|
|
</if>
|
|
|
+ <if test="parentName != null and parentName != ''">
|
|
|
+ AND ds.realname like concat('%', #{parentName}, '%')
|
|
|
+ </if>
|
|
|
ORDER BY
|
|
|
s.seller_id DESC
|
|
|
</select>
|