Commit 67643758 by songweifeng

开启给客户发邮件

parent 03889acd
...@@ -92,7 +92,7 @@ public class AccountFlowRestrictServiceImpl implements AccountFlowRestrictServic ...@@ -92,7 +92,7 @@ public class AccountFlowRestrictServiceImpl implements AccountFlowRestrictServic
String[] split1 = operate_email.split(","); String[] split1 = operate_email.split(",");
accountEmailList.addAll(Arrays.asList(split1)); accountEmailList.addAll(Arrays.asList(split1));
} }
//accountEmailList.add(rootAccount.getEmail()); accountEmailList.add(rootAccount.getEmail());
Date lastMonth = getLastMonth(1); Date lastMonth = getLastMonth(1);
String firstDayOfLastMonth = DateUtil.getFirstDayOfMonth(lastMonth); String firstDayOfLastMonth = DateUtil.getFirstDayOfMonth(lastMonth);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment