|
@ -1531,7 +1531,6 @@ public class FamilyContractService extends BaseService {
|
|
//签约成功之后给患者新增标签
|
|
//签约成功之后给患者新增标签
|
|
String openId=sf.getOpenid();
|
|
String openId=sf.getOpenid();
|
|
String hospital=sf.getHospital();
|
|
String hospital=sf.getHospital();
|
|
weiXinTagUtil.addTagWithOpenid(openId,hospital,sf.getPatient(),sf.getName());
|
|
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|