jeecg自定義結果集t:dictSelect

<t:dictSelect 標籤使用 sql語句設置結果集 

 <t:dictSelect field="hrUser" type="list" dictTable="t_s_base_user a,t_s_user b,t_s_role_user c,t_s_role d" 
					     dictField="d.rolecode,d.rolename,a.username" 
					     dictCondition="where a.id = b.id and a.id = c.userid and c.roleid = d.id and d.rolecode in ('jp_ld')" 
					     dictText="username" 
					     hasLabel="false"  title="用戶" datatype="*" ></t:dictSelect>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章