|
@@ -21,7 +21,7 @@
|
|
|
select count(t1.user_id) as userCnt
|
|
|
from mp_channel_user_rel t1
|
|
|
left join mp_channel t2 on t1.channel_id = t2.channel_id
|
|
|
- where t2.channel_no like concat(#{channelNo}, '%')
|
|
|
+ where t2.channel_no like concat(#{channelNo}, '.%')
|
|
|
</select>
|
|
|
|
|
|
|