Commit 76e456c6 authored by Quxl's avatar Quxl

x

parent c7f96d75
...@@ -9,6 +9,7 @@ import java.text.MessageFormat; ...@@ -9,6 +9,7 @@ import java.text.MessageFormat;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Date; import java.util.Date;
import java.util.HashMap; import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
...@@ -630,7 +631,7 @@ public class UserServiceImpl implements UserService { ...@@ -630,7 +631,7 @@ public class UserServiceImpl implements UserService {
notice.setDescription("当前时间"); notice.setDescription("当前时间");
notice.setTitle("认证审核通知"); notice.setTitle("认证审核通知");
notice.setPage("pages/customer/customer_detail/customer_detail?SalesmanNO=" + salesmanNO1 + "&isShare=1&custNo=" + custNo + "&shopNo=" + shopNo + ""); notice.setPage("pages/customer/customer_detail/customer_detail?SalesmanNO=" + salesmanNO1 + "&isShare=1&custNo=" + custNo + "&shopNo=" + shopNo + "");
Map<Object, Object> params = new HashMap<Object, Object>(); Map<Object, Object> params = new LinkedHashMap<Object, Object>();
params.put("状态", "待审核"); params.put("状态", "待审核");
params.put("客户", customerName); params.put("客户", customerName);
params.put("店铺名称", shopName); params.put("店铺名称", shopName);
......
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