Commit 4d208200 authored by 赵啸非's avatar 赵啸非

添加定时删除七天前的人流数据

parent 96e7fe92
......@@ -35,7 +35,7 @@ public class SmsThirdPartyReq {
/**
* 内容
*/
private JSONArray json;
private String json;
public static void main(String[] args) {
......
......@@ -118,7 +118,7 @@ public class CareRecordsServiceImpl extends AbstractCRUDServiceImpl<CareRecordsD
smsThirdPartyReq.setAppid(apiId);
smsThirdPartyReq.setPhone(careRecordsEntity.getContact());
smsThirdPartyReq.setType(ParamKey.SYS_PARAM_SMS_PERSON_CARE_TYPE);
smsThirdPartyReq.setJson(new JSONArray());
smsThirdPartyReq.setJson("[]");
Map<String, Object> form = BeanUtil.beanToMap(smsThirdPartyReq, false, true);
log.info("sms req sendUrl:{} params:{}", smsSendUrl, JSON.toJSONString(form));
......
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