|
@ -777,6 +777,7 @@ public class DoctorInfoService extends BaseService {
|
|
doctorTeamDoctor.save(newDoctorTeamMember);
|
|
doctorTeamDoctor.save(newDoctorTeamMember);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Transactional
|
|
public void updateTeamHealthDoctors(String newDoctorCode, String oldDoctorCode, String patients) throws Exception {
|
|
public void updateTeamHealthDoctors(String newDoctorCode, String oldDoctorCode, String patients) throws Exception {
|
|
String[] patiensString = patients.split(",");
|
|
String[] patiensString = patients.split(",");
|
|
for (int i = 0; i < patiensString.length; i++) {
|
|
for (int i = 0; i < patiensString.length; i++) {
|