李宇
2021-02-07 5a0393cf6aea4da41a2a91606efa4d883bf3b53c
src/main/java/com/nanometer/smartlab/service/OpeUseFlowServiceImpl.java
@@ -69,7 +69,7 @@
            }
            if(opeUseFlow.getCreateTime()==null){
               opeUseFlow.setCreateTime(new Timestamp(System.currentTimeMillis()));
               opeUseFlow.setCreateTime(new Timestamp(System.currentTimeMillis()+1000));
            }
            this.opeUseFlowDao.insertOpeUseFlow(opeUseFlow);