Commit 97ab6586 by chamberone

feat: 补充更新时间

1 parent daccc5a7
......@@ -204,6 +204,7 @@ public class BusinessBlockServiceImpl implements BusinessBlockService {
block.setStatus(true);
block.setArea(0L);
block.setCreateTime(LocalDateTime.now());
block.setUpdateTime(block.getCreateTime());
entityManager.persist(block);
return Result.success(null);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!