Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-be into feat/chemo-plan

This commit is contained in:
vanilia
2025-12-12 09:28:22 +07:00
37 changed files with 819 additions and 61 deletions

No files matched your search

@@ -889,7 +889,7 @@ func ApproveSwitchSpecialist(input e.ApproveCancelSpecialistDto) (*d.Data, error
}
// Set doctor_code; nil indicates no change.
if input.Dst_Doctor_Code == nil {
if input.Dst_Doctor_Code == nil || *input.Dst_Doctor_Code == "" {
input.Dst_Doctor_Code = irData.Doctor_Code
}