I want to use the Fisher–Neyman factorization theorem, of the form $L(\mu; \mathbf{y}) = g(T(\mathbf{y}), \mu) \times h(\mathbf{y})$, to factor $\exp{\left\{ \dfrac{1}{2 \mu} \left( \sum_{i = 1}^n y_{2i}^2 - \sum_{i = 1}^n y_{1i}^2 \right) + \left( \sum_{i = 1}^n y_{1i} - \sum_{i = 1}^n y_{2i} \right) \right\}}$ and show that the statistic $\left(\sum_{i = 1}^n Y_i, \sum_{i = 1}^n Y_i^2 \right)$ is sufficient for $\mu$ but not minimal sufficient where $(Y_1, \dots, Y_n)$ is a random sample from $N(\mu, \mu)$ for $\mu > 0$. So we immediately know that we have $T(\mathbf{Y}) = \left(\sum_{i = 1}^n Y_i, \sum_{i = 1}^n Y_i^2 \right)$. And since $\dfrac{1}{2 \mu} \left( \sum_{i = 1}^n y_{2i}^2 - \sum_{i = 1}^n y_{1i}^2 \right)$ has the parameter $\mu$, and $\left( \sum_{i = 1}^n y_{1i} - \sum_{i = 1}^n y_{2i} \right)$ has the data for $\sum_{i = 1}^n Y_i$, I would say that we require $g(T(\mathbf{y}), \mu) = \dfrac{1}{2 \mu} \left( \sum_{i = 1}^n y_{2i}^2 - \sum_{i = 1}^n y_{1i}^2 \right) + \left( \sum_{i = 1}^n y_{1i} - \sum_{i = 1}^n y_{2i} \right)$, and so we require that $h(\mathbf{y}) = 1$. This way, we get the Fisher-Neyman factorization
$$L(\mu; \mathbf{y}) = \left( \dfrac{1}{2 \mu} \left( \sum_{i = 1}^n y_{2i}^2 - \sum_{i = 1}^n y_{1i}^2 \right) + \left( \sum_{i = 1}^n y_{1i} - \sum_{i = 1}^n y_{2i} \right) \right) \times 1 = \left( \dfrac{1}{2 \mu} \left( \sum_{i = 1}^n y_{2i}^2 - \sum_{i = 1}^n y_{1i}^2 \right) + \left( \sum_{i = 1}^n y_{1i} - \sum_{i = 1}^n y_{2i} \right) \right)$$
And so this shows that $\left(\sum_{i = 1}^n Y_i, \sum_{i = 1}^n Y_i^2 \right)$ is a sufficient statistic.
Have I done this correctly? If not, then what is the correct way to do this?