Ver Código Fonte

--update sendConsultSMS();

zzy.zhiyuan.foxmail 8 anos atrás
pai
commit
ee6ae4ec37

+ 1 - 1
src/main/java/com/ekexiu/portal/service/SysService.java

1697
	
1697
	
1698
	public void sendConsultSMS(String mobilePhone) throws SQLException, JfwBaseException{
1698
	public void sendConsultSMS(String mobilePhone) throws SQLException, JfwBaseException{
1699
		try {
1699
		try {
1700
			this.mobilePhoneServcie.sendMessage(mobilePhone, this.sendConsultSMSContentTemplate, null, null);
1700
			this.mobilePhoneServcie.sendMarketMessage(mobilePhone, this.sendConsultSMSContentTemplate);
1701
		} catch (Exception e) {
1701
		} catch (Exception e) {
1702
			throw new JfwBaseException(10012, "send mobile phone message to " + mobilePhone + " error", e);
1702
			throw new JfwBaseException(10012, "send mobile phone message to " + mobilePhone + " error", e);
1703
		}
1703
		}