|
@ -718,11 +718,8 @@ public class OnePayService {
|
|
|
|
|
|
//保存到患者表
|
|
|
Patient p = patientDao.findByCode(patient);
|
|
|
// if(!"undefined".equals(openid)&&StringUtils.isNotBlank(openid)){
|
|
|
// p.setOpenid(openid);
|
|
|
// }
|
|
|
// 增加绑定电子社保卡信息
|
|
|
if (p.getSicardStatus()!=null && p.getSicardStatus()!=1){
|
|
|
if (p.getSicardTime() == null){
|
|
|
p.setSicardTime(new Date());
|
|
|
}
|
|
|
patientDao.save(p);
|