seeder ongoing
This commit is contained in:
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user