Commit 6581d316 authored by jiaorz's avatar jiaorz

Merge branch 'master-count-vehicle' into base-modify

parents 4574234a 4e9e0e45
......@@ -41,7 +41,7 @@ public class BookRecordUpdateLogBiz extends BaseBiz<BookRecordUpdateLogMapper, B
bookRecordUpdateLog.setNewCompanyName(newCompany.getName());
}
}
return ObjectRestResponse.succ();
return ObjectRestResponse.succ(bookRecordUpdateLogs);
}
}
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