- SELECT b.* from u_operation_log a,blade_user b where a.operation_account=b.account and a.operation_type=1 and a.business_id=#{sonId}
+ SELECT b.* from u_operation_log a,blade_user b where a.operation_account=b.account and a.operation_type=1 and a.business_id like concat('%', #{sonId}, '%')