提交 ab13e5bf 编写于 作者: L leon.li

add conditions for check email

上级 adad90e7
......@@ -96,7 +96,7 @@ public class ProductUpdateTask implements Task, LogEnabled {
}
}
if (email != null && !"null".equals(email)) {
if (email != null && !"".equals(email) && !"null".equals(email)) {
infosMap.put("email", email.toString());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册