修改对外报告-编辑数据带入0秒问题
This commit is contained in:
+1
@@ -81,6 +81,7 @@ public class ExtRepoDataServiceImpl extends ServiceImpl<ExtRepoDataMapper, ExtRe
|
||||
public void editById(ExtRepoData extRepoData) {
|
||||
Date now = new Date();
|
||||
extRepoData.setUpdateTime(now);
|
||||
extRepoData.setCreateTime(null);
|
||||
saveOrUpdate(extRepoData);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user