`id`,`order_id`,`user_id`,`press_value`,`create_date`,`first`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `order_id` = #{orderId}
and `user_id` = #{userId}
and `press_value` = #{pressValue}
and `create_date` = #{createDate}
and id in
#{idItem}
order by ${sortColumns}
op.`id`,op.`order_id`,op.`user_id`,op.`press_value`,op.`create_date`,op.`first`,
cu.`nick_name`, cu.`avatar_url`