Compare commits
2 Commits
6400e79929
...
ce95cb5080
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce95cb5080 | ||
|
|
71211bfbc3 |
@@ -1149,7 +1149,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
|
||||
|
||||
continue;
|
||||
}
|
||||
userPreference.setDataTime(designItemDetail.getCreateDate().toInstant()
|
||||
userPreference.setDataTime(new Date().toInstant()
|
||||
.atZone(ZoneId.systemDefault())
|
||||
.toLocalDateTime());
|
||||
userPreference.setDesignItemId(designItem.getId());
|
||||
|
||||
Reference in New Issue
Block a user