|
@ -3079,7 +3079,7 @@ public class FamilyContractService extends BaseService {
|
|
|
// //未找到团队信息
|
|
|
// return -5;
|
|
|
// }
|
|
|
//新建咨询团队组
|
|
|
//新建咨询团队组逻辑
|
|
|
DoctorTeam team = new DoctorTeam();
|
|
|
String code = getCode();
|
|
|
team.setCode(code);
|
|
@ -3097,7 +3097,7 @@ public class FamilyContractService extends BaseService {
|
|
|
hdmb.setDel("1");
|
|
|
hdmb.setCzrq(new Date());
|
|
|
hdmb.setTeam(code);
|
|
|
hdmb.setType(hd.getLevel());
|
|
|
hdmb.setType(3);
|
|
|
hdmb.setSignType("2");
|
|
|
doctorTeamDoctor.save(hdmb);
|
|
|
}else{
|
|
@ -3289,7 +3289,7 @@ public class FamilyContractService extends BaseService {
|
|
|
hdmb.setDel("1");
|
|
|
hdmb.setCzrq(new Date());
|
|
|
hdmb.setTeam(code);
|
|
|
hdmb.setType(hd.getLevel());
|
|
|
hdmb.setType(3);
|
|
|
hdmb.setSignType("2");
|
|
|
doctorTeamDoctor.save(hdmb);
|
|
|
}else{
|