dengsixing 5 mesi fa
parent
commit
df3550dfc4

+ 2 - 1
src/main/java/com/fdkankan/scene/service/impl/SceneProServiceImpl.java

@@ -226,9 +226,10 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
 //            FileUtil.del(outFilesPath);
         }
 
-        Map<String, Integer> hw = new HashMap<>();
+        Map<String, Object> hw = new HashMap<>();
         hw.put("height",height);
         hw.put("width",width);
+        hw.put("sid",sid);
         return ResultData.ok(hw);
     }