|
@@ -84,7 +84,7 @@
|
|
IFNULL(t2.template_id,'') as 'templateId',
|
|
IFNULL(t2.template_id,'') as 'templateId',
|
|
t1.unit_name as 'unitName'
|
|
t1.unit_name as 'unitName'
|
|
FROM ctop_kuaishou_directional_package_rel t2
|
|
FROM ctop_kuaishou_directional_package_rel t2
|
|
- LEFT JOIN ( SELECT account_id,unit_id,unit_name FROM ctop_kuaishou_group
|
|
|
|
|
|
+ INNER JOIN ( SELECT account_id,unit_id,unit_name FROM ctop_kuaishou_group
|
|
where 1=1
|
|
where 1=1
|
|
<if test="accountId!=null">
|
|
<if test="accountId!=null">
|
|
and account_id = #{accountId}
|
|
and account_id = #{accountId}
|