管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-19 14521111ed38f83278e9ffb80c45cf45b8efff24
src/main/java/com/lf/server/controller/other/MetaFileController.java
@@ -5,6 +5,7 @@
import com.lf.server.entity.all.ResponseMsg;
import com.lf.server.entity.data.MetaFileEntity;
import com.lf.server.entity.sys.UserEntity;
import com.lf.server.helper.WebHelper;
import com.lf.server.service.data.MetaFileService;
import com.lf.server.service.sys.TokenService;
import io.swagger.annotations.Api;
@@ -136,6 +137,7 @@
                entity.setCreateUser(ue.getId());
            }
            entity.setCreateTime(WebHelper.getCurrentTimestamp());
            int count = metaFileService.insert(entity);
            return success(count);