Commit 846269ec by wangxin

首页滚动提示

parent 90a3d35a
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
<select id="getAccountsByCompanIdIds" <select id="getAccountsByCompanIdIds"
resultType="com.yizhi.system.application.domain.Account"> resultType="com.yizhi.system.application.domain.Account">
select id,name from account select id,name,full_name from account
where where
company_id=#{companyId} company_id=#{companyId}
<if test="ids!=null and ids.size()>0"> <if test="ids!=null and ids.size()>0">
......
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