The angle that point features are queried into a design is determined by the value of the built-in property named MS_ANGLE. There are two situations that can explain why point features are queried into your design file with the wrong angle.
Register Features - Degrees
When registering point features, ensure that MS_ANGLE is set to Degrees and not Radians.
Incorrect SRID
If your data is stored in the spatial database with an incorrect SRID, this may account for small differences in the angle of the feature when it's queried into the file. Ensure that your SRID is valid and correct.
Source: Problem using MS_ANGLE with spatial database