|
@@ -20,6 +20,7 @@
|
|
|
<result column="staff_phone" property="staffPhone"/>
|
|
<result column="staff_phone" property="staffPhone"/>
|
|
|
<result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
<result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="org_name" property="orgName"/>
|
|
<result column="org_name" property="orgName"/>
|
|
|
|
|
+ <result column="flg_business" property="flgBusiness"/>
|
|
|
<result column="hr_status_name" property="hrStatusName"/>
|
|
<result column="hr_status_name" property="hrStatusName"/>
|
|
|
<result column="role_names" property="roleNames"/>
|
|
<result column="role_names" property="roleNames"/>
|
|
|
<result column="role_ids" property="roleIds" typeHandler="UuidListTypeHandler"/>
|
|
<result column="role_ids" property="roleIds" typeHandler="UuidListTypeHandler"/>
|
|
@@ -149,6 +150,7 @@
|
|
|
SELECT
|
|
SELECT
|
|
|
<include refid="Base_Column_List"/>
|
|
<include refid="Base_Column_List"/>
|
|
|
, org.org_name,
|
|
, org.org_name,
|
|
|
|
|
+ org.flg_business,
|
|
|
CASE
|
|
CASE
|
|
|
WHEN tmow.wh_id IS NULL THEN
|
|
WHEN tmow.wh_id IS NULL THEN
|
|
|
(SELECT wh_id FROM dkic_b.t_mst_warehouse where cp_id = T.cp_id and flg_default)
|
|
(SELECT wh_id FROM dkic_b.t_mst_warehouse where cp_id = T.cp_id and flg_default)
|