浏览代码

fix 数据确认

32197351@qq.com 2 年之前
父节点
当前提交
502a04989d

+ 2 - 2
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/itdmgongdanshuju/controller/ItdmGongdanshujuController.java

@@ -127,8 +127,8 @@ public class ItdmGongdanshujuController {
     //@RequiresPermissions("org.jeecg.modules:itdm_gongdan_shuju:edit")
     @RequestMapping(value = "/getUpdate", method = {RequestMethod.GET})
     public Result<String> getUpdate(String woId) {
-        itdmGongdanShujuService.getUpdate(woId);
-        return Result.OK("编辑成功!");
+
+        return Result.OK(itdmGongdanShujuService.getUpdate(woId));
     }