|
@@ -37,7 +37,7 @@ public class PmsMessage {
|
|
|
if (PmsConstants.GENERATE_MAINTENANCE.equals(businessType)) {
|
|
|
msg = "您有新的保养工单 " + name + ",请处理。"+"["+ DateUtil.format(new Date(),"yyyy-MM-dd hh:mm:ss")+"]";
|
|
|
}
|
|
|
- String url="http://localhost/dingding?id="+businessId+"&type="+businessType+"&userId="+userId;
|
|
|
+ String url="https://iot.deepoil.cc/dingding?id="+businessId+"&type="+businessType+"&userId="+userId;
|
|
|
dingtalkSendApi.send(mobile, msg,"link", url);
|
|
|
}
|
|
|
}
|