|
@@ -198,7 +198,7 @@
|
|
|
and t.link= #{link}
|
|
and t.link= #{link}
|
|
|
</if>
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- group by t.owner_id,t.name,t.link
|
|
|
|
|
|
|
+ group by t.owner_id,t.name,t.link,rg.goods_name
|
|
|
HAVING count(1) > 0
|
|
HAVING count(1) > 0
|
|
|
) a
|
|
) a
|
|
|
</select>
|
|
</select>
|
|
@@ -219,7 +219,7 @@
|
|
|
and t.link= #{link}
|
|
and t.link= #{link}
|
|
|
</if>
|
|
</if>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- group by t.owner_id,t.name,t.link
|
|
|
|
|
|
|
+ group by t.owner_id,t.name,t.link,rg.goods_name
|
|
|
HAVING count(1) > 0
|
|
HAVING count(1) > 0
|
|
|
order by t.owner_id
|
|
order by t.owner_id
|
|
|
<if test="page != -1 and page != null ">
|
|
<if test="page != -1 and page != null ">
|