<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>
<t:dictSelect field="customer" id="customer" type="list" dictTable="db_cust_supp_rel a" dictField="a.customer_code" dictCondition="where 1=1 " dictText="a.customer_name" hasLabel="false" title="客户" datatype="*" ></t:dictSelect>