|
@@ -25,6 +25,7 @@ import com.zswl.dataservice.utils.result.ResultContent;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.context.ApplicationContext;
|
|
import org.springframework.context.ApplicationContext;
|
|
|
import org.springframework.data.domain.Page;
|
|
import org.springframework.data.domain.Page;
|
|
|
import org.springframework.data.domain.Pageable;
|
|
import org.springframework.data.domain.Pageable;
|
|
@@ -63,6 +64,7 @@ public class OperationMessageService {
|
|
|
HxzService hxzService;
|
|
HxzService hxzService;
|
|
|
|
|
|
|
|
// 保存90天
|
|
// 保存90天
|
|
|
|
|
+ @Value("${artemisstore.time}")
|
|
|
private Long ttlMill = 90 * 24L * 60 * 60 * 1000L;
|
|
private Long ttlMill = 90 * 24L * 60 * 60 * 1000L;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|