|
@@ -13,7 +13,6 @@ import com.rongwei.rwadmincommon.system.vo.SysUserVo;
|
|
|
import com.rongwei.rwcommon.base.R;
|
|
|
import com.rongwei.rwcommon.utils.SecurityUtil;
|
|
|
import com.rongwei.rwcommon.utils.StringUtils;
|
|
|
-import com.rongwei.rwcommon.vo.CriteriaQuery;
|
|
|
import com.rongwei.rwcommon.vo.MailDo;
|
|
|
import com.rongwei.rwcommon.vo.generalsql.BatchSaveVo;
|
|
|
import com.rongwei.rwcommon.vo.generalsql.GeneralInsertVo;
|
|
@@ -79,8 +78,8 @@ public class CXCommonUtils {
|
|
|
* 发送邮件
|
|
|
* @param mailDo
|
|
|
*/
|
|
|
- public static void sendHtmlMail(MailDo mailDo){
|
|
|
- commonFeginClient.sendHtmlMail(mailDo);
|
|
|
+ public static void sendTextMail(MailDo mailDo){
|
|
|
+ commonFeginClient.sendTextMail(mailDo);
|
|
|
}
|
|
|
|
|
|
/**
|