Browse Source

updateTime

shiqian 3 năm trước cách đây
mục cha
commit
c2973b496e

+ 0 - 1
boman-report/src/main/java/com/boman/report/service/impl/StatisticReportServiceImpl.java

@@ -159,7 +159,6 @@ public class StatisticReportServiceImpl implements StatisticReportService {
         if (type.equals(INSERT)) {
             report.setCreateBy(SecurityUtils.getUsername());
             report.setCreateTime(now);
-            report.setUpdateTime(now);
         }
 
         report.setUpdateBy(SecurityUtils.getUsername());