|
@@ -52,6 +52,8 @@ public class SceneImportCtrl {
|
|
|
//异步-启动上传
|
|
|
String authorization = request.getHeader("Authorization");
|
|
|
AuthorizationHolder.setAuthorization(authorization);
|
|
|
+ po.setCreateTime(null);//防止类型转换异常
|
|
|
+ po.setModifyTime(null);//防止类型转换异常
|
|
|
sceneService.startImport(po);
|
|
|
return response;
|
|
|
}
|