|
@ -141,6 +141,8 @@ public class DoctorPatientGroupController extends BaseController {
|
|
Date qyrq = (Date) object[10];
|
|
Date qyrq = (Date) object[10];
|
|
//患者身份证
|
|
//患者身份证
|
|
Object idcard = object[12];
|
|
Object idcard = object[12];
|
|
|
|
//微信openid
|
|
|
|
Object openid = object[13];
|
|
if (StringUtils.equals(group, grouplist.getCode())) {
|
|
if (StringUtils.equals(group, grouplist.getCode())) {
|
|
if (patientsMap.containsKey(object[1].toString())) {
|
|
if (patientsMap.containsKey(object[1].toString())) {
|
|
if ((patientsMap.get(object[1].toString()).get("signType").toString().equals("1") || patientsMap.get(object[1].toString()).get("signType").toString().equals("2")) &&
|
|
if ((patientsMap.get(object[1].toString()).get("signType").toString().equals("1") || patientsMap.get(object[1].toString()).get("signType").toString().equals("2")) &&
|
|
@ -174,6 +176,7 @@ public class DoctorPatientGroupController extends BaseController {
|
|
// 设置签约类型
|
|
// 设置签约类型
|
|
patientJson.put("signType", signType);
|
|
patientJson.put("signType", signType);
|
|
patientJson.put("idcard", idcard);
|
|
patientJson.put("idcard", idcard);
|
|
|
|
patientJson.put("openid",openid);
|
|
|
|
|
|
String diseases = redisTemplate.opsForValue().get("disease:" + code.toString());
|
|
String diseases = redisTemplate.opsForValue().get("disease:" + code.toString());
|
|
if (!StringUtils.isEmpty(diseases)) {
|
|
if (!StringUtils.isEmpty(diseases)) {
|