|
@@ -523,6 +523,7 @@ public class OrderExpirationServiceImpl implements OrderExpirationService, Comma
|
|
|
lifeNotice.setContext(jsonObject.toJSONString());
|
|
lifeNotice.setContext(jsonObject.toJSONString());
|
|
|
lifeNotice.setNoticeType(1);
|
|
lifeNotice.setNoticeType(1);
|
|
|
lifeNotice.setBusinessType(1);
|
|
lifeNotice.setBusinessType(1);
|
|
|
|
|
+ lifeNotice.setCreatedTime(new Date());
|
|
|
|
|
|
|
|
return lifeNotice;
|
|
return lifeNotice;
|
|
|
}
|
|
}
|