|
@@ -122,6 +122,7 @@
|
|
|
LEFT JOIN ctop_user_allocation t2 ON t1.account_id = t2.account_id
|
|
|
WHERE t3.account_id = #{accountId}
|
|
|
AND t3.channel_code = #{channelCode}
|
|
|
+ AND t3.unit_id is not null
|
|
|
</select>
|
|
|
|
|
|
<select id="channelNumberBindingItemInfo" resultType="com.alibaba.fastjson.JSONObject">
|