未验证 提交 12331956 编写于 作者: I insist777 提交者: GitHub

Update...

Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/BaseController.java
Co-authored-by: NWenjun Ruan <wenjun@apache.org>
上级 cef5de1a
......@@ -100,7 +100,7 @@ public class BaseController {
return success(msg, datalist);
} else {
Integer code = status.getCode();
String msg = (String)result.get("msg");
String msg = (String) result.get(Constants.MSG);
return error(code, msg);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册