返回值代码修改

This commit is contained in:
yujh_java 2025-09-17 14:22:26 +08:00
parent b6a70c5bbc
commit 3714461a4c

View File

@ -497,7 +497,7 @@ public class WpsWeb extends ActionWeb {
}else{
ro.put("mrStatus",0);
}
return ResponseObject.newOkResponse().toString();
return ro.toString();
}
}