dengsixing il y a 1 an
Parent
commit
5a16acff1d

+ 1 - 0
src/main/java/com/fdkankan/scene/service/impl/SceneEditInfoServiceImpl.java

@@ -152,6 +152,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
         if(Objects.nonNull(param.getStarted())){
             sceneEditInfoExt.setStarted(JSON.toJSONString(param.getStarted()));
         }
+        sceneEditInfoExt.setFloorLogoType(param.getFloorLogoType());
 //        else{
 //            sceneEditInfoExt.setStarted("");
 //        }