Commit b72c0e96 authored by unset's avatar unset

新增影像图框信息接口

parent 912205ea
......@@ -76,6 +76,6 @@ public class CompanyInfoBiz extends BaseBiz<CompanyInfoMapper,CompanyInfo> {
if (list != null && list.size() > 0) {
return ObjectRestResponse.succ(list.get(0));
}
return ObjectRestResponse.createFailedResult(ResultCode.NOTEXIST_CODE, ResultCode.getMsg(ResultCode.NOTEXIST_CODE));
return ObjectRestResponse.succ(new CompanyInfo());
}
}
\ No newline at end of file
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