Commit fa01d7a7 by guojuxing

添加日志操作

parent fd7cfffa
......@@ -36,6 +36,10 @@ public class ResultControllerUtils {
}
}
public static String getOperationObject(ServiceResponse<String> result) {
return result.isSuccess() ? result.getResult() : null;
}
/**
* 统一返回成功结果
* @Title: commonResult

......
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