Commit 8b984c37 authored by suntao's avatar suntao

审批失败

parent d0f260f9
...@@ -68,7 +68,7 @@ public class OrderController { ...@@ -68,7 +68,7 @@ public class OrderController {
if (approveResult) { if (approveResult) {
return Result.buildSuccess(approveResult, booleanBooleanTuple.getValue() ? "审批成功" : "请检查资产计划配置,审批成功"); return Result.buildSuccess(approveResult, booleanBooleanTuple.getValue() ? "审批成功" : "请检查资产计划配置,审批成功");
} else { } else {
return Result.buildSuccess("审批操作失败"); return Result.buildSuccess(false,"审批操作失败");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment