自动化立体仓库 - WMS系统
zhangc
2025-03-20 e61f054bf5bf18c8a0095b0ee4b5ff0ea0f0d2f1
src/main/java/com/zy/asrs/controller/AppVersionController.java
@@ -66,7 +66,7 @@
        }
        AppVersion latestApp = appVersionService.getLatestApp(type);
        if (latestApp == null) {
            return R.error();
            return R.error("版本不存在");
        }
        if (latestApp.getVersion().equals(version)) {
@@ -104,7 +104,7 @@
    @ManagerAuth
    public R update(AppVersion appVersion){
        if (Cools.isEmpty(appVersion) || null==appVersion.getId()){
            return R.error();
            return R.error("参数缺失");
        }
        if (appVersion.getLatest() == 1) {
            //修改最新版本时,需要将其他版本设置为非最新版