Browse Source

代码提交

huangwenjie 5 năm trước cách đây
mục cha
commit
e0287a113c

+ 14 - 1
business/base-service/src/main/java/com/yihu/jw/wechat/enterprise/EnterpriseService.java

@ -154,7 +154,20 @@ public class EnterpriseService {
        }
        }
        return "";
        return "";
    }
    }
    
    /**
     *
     * @param enterpriseId
     * @param doctor
     * @param appid
     * @param page
     * @param title
     * @param description (不能超过12个字符)
     * @param emphasis_first_item
     * @param content_item
     * @return
     * @throws Exception
     */
    public String sendXCXMesByDoctor(String enterpriseId, String doctor, String appid,String page, String title, String description, Boolean emphasis_first_item, String content_item)throws Exception {
    public String sendXCXMesByDoctor(String enterpriseId, String doctor, String appid,String page, String title, String description, Boolean emphasis_first_item, String content_item)throws Exception {
        BaseDoctorDO baseDoctorDO = baseDoctorDao.findById(doctor);
        BaseDoctorDO baseDoctorDO = baseDoctorDao.findById(doctor);

+ 1 - 1
svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/consult/PatientConsultEndpoint.java

@ -430,7 +430,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
							re.getString("doctor"),
							re.getString("doctor"),
							"wx53f6bb4ac081d840",
							"wx53f6bb4ac081d840",
							roomUrl,
							roomUrl,
							p.getName()+"%20专家咨询","您的专家咨询有新的消息!",false,"");
							p.getName()+"%20专家咨询","您的专家咨询有新的消息",false,"");
				}else{}
				}else{}