src/main/java/com/lf/server/controller/data/MetaController.java
@@ -5,6 +5,7 @@ import com.lf.server.entity.all.ResponseMsg; import com.lf.server.entity.data.MetaEntity; import com.lf.server.entity.sys.UserEntity; import com.lf.server.helper.WebHelper; import com.lf.server.service.data.MetaService; import com.lf.server.service.sys.TokenService; import io.swagger.annotations.Api; @@ -138,6 +139,7 @@ entity.setCreateUser(ue.getId()); } entity.setCreateTime(WebHelper.getCurrentTimestamp()); int count = metaService.insert(entity); return success(count);