|
@@ -126,7 +126,7 @@ public class WxPubNoticeLogic {
|
|
|
Map<String, String> map = new HashMap<>();
|
|
|
map.put("short_thing2", orderType);//工单类型
|
|
|
map.put("character_string6", orderBaseId);//工单编号
|
|
|
- map.put("time4", sdf.format(time));//派工时间
|
|
|
+ map.put("time4", sdf.format(new Date()));//派工时间
|
|
|
map.put("phrase8", getPhrase(content));//需求名称
|
|
|
map.put("thing16", getThing(address));//服务地址
|
|
|
|