wcuf.`id`,wcuf.`tenant_id`,wcuf.`parent_tenant_id`,wcuf.`c_user_id`,wcuf.`scene`,wcuf.`scene_address`,
wcuf.`from_type`,wcuf.`from_id`,wcuf.`is_new_user`,wcuf.`share_user_type`,wcuf.`share_user`,wcuf.`create_date`,
wcuf.`plat`
where 1 = 1
and wcuf.`id` = #{id}
and wcuf.`tenant_id` = #{tenantId}
and wcuf.`parent_tenant_id` = #{parentTenantId}
and wcuf.`c_user_id` = #{cUserId}
and wcuf.`scene` = #{scene}
and wcuf.`scene_address` = #{sceneAddress}
and wcuf.`from_type` = #{fromType}
and wcuf.`from_id` = #{fromId}
and wcuf.`share_user_type` = #{shareUserType}
and wcuf.`share_user` = #{shareUser}
and wcuf.`create_date` >= #{startDate}
and wcuf.`create_date` <= #{endDate}
and wcuf.`plat` = #{plat}
and wcuf.id in
#{idItem}