Commit c7f96d75 authored by Quxl's avatar Quxl

x

parent 5e7b89ed
...@@ -637,7 +637,7 @@ public class UserServiceImpl implements UserService { ...@@ -637,7 +637,7 @@ public class UserServiceImpl implements UserService {
params.put("门店规模", storeCount == null ? "0" : String.valueOf(storeCount)); params.put("门店规模", storeCount == null ? "0" : String.valueOf(storeCount));
params.put("地址", address); params.put("地址", address);
params.put("提交时间", DateUtil.format(new Date())); params.put("提交时间", DateUtil.format(new Date()));
params.put("备注", memo); params.put("备注", StringUtil.isBlank(memo) ? " " : memo);
notice.setContent_item(params); notice.setContent_item(params);
wxService.sendMessage(wxMessage); wxService.sendMessage(wxMessage);
......
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