Commit 4cc434d8 authored by chenyuefang's avatar chenyuefang

update

parent c7498979
......@@ -184,7 +184,7 @@ public class CbQuantitySummaryServiceImpl extends ServiceImpl<CbQuantitySummaryM
Date now = new Date();
long expireTime = DateUtil.between(now, DateUtil.endOfDay(now), DateUnit.SECOND);
RedisUtils.setCacheObject(key, "noticed", Duration.ofSeconds(expireTime));
return R.ok("系统检测到您近期未进行物料单位换算,请立即进行换算。", 500);
return R.ok("系统检测到您近期未进行物料单位换算,请立即进行换算。", unconvertedList);
}
}
......
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