src/main/java/com/yeshi/buwan/dao/ad/DeviceAdStrategyDao.java @@ -31,4 +31,7 @@ update.set("updateTime", new Date()); update(query, update); } }