|
@@ -87,6 +87,10 @@ public class SysPlatformServiceImpl extends AbstractCrudService<SysPlatformMappe
|
|
|
this.save(sysPlatform);
|
|
|
Integer fid = sysPlatform.getId();
|
|
|
platformMenuVo.setPlatformId(fid.longValue());
|
|
|
+ }else {
|
|
|
+ sysPlatform.setId(platformMenuVo.getPlatformId().intValue());
|
|
|
+ sysPlatform.setPlatformName(platformMenuVo.getPlatformName());
|
|
|
+ this.updateById(sysPlatform);
|
|
|
}
|
|
|
|
|
|
Long[] arr = platformMenuVo.getMenuIds();
|