|
@ -880,8 +880,8 @@ public class DoctorInfoService extends BaseService {
|
|
|
Integer error = 0;//转移失败
|
|
|
for (int i = 0; i < patiensString.length; i++) {
|
|
|
try {
|
|
|
ImUtill.deleteMucUser(newDoctorCode,oldDoctorCode,patiensString[i]+"_consult_2");
|
|
|
updateTeamHealthDoctor(newDoctorCode, oldDoctorCode, patiensString[i]);
|
|
|
ImUtill.deleteMucUser(newDoctorCode,oldDoctorCode,patiensString[i]+"_consult_2");
|
|
|
successs++;
|
|
|
} catch (Exception e) {
|
|
|
error++;
|