ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/impl/shop/ShopSuggestServiceImpl.java
@@ -129,6 +129,8 @@ shopSuggest.setReplayFlag(1); String responseTime = DateUtils.formatDuration(shopSuggest.getCreateTime(), shopSuggest.getReplayTime()); shopSuggest.setResponseTime(responseTime); long responseTimestamp = DateUtils.diffTime(shopSuggest.getCreateTime(), shopSuggest.getReplayTime()); shopSuggest.setResponseTimestamp(responseTimestamp); this.saveOrUpdate(shopSuggest); }