insert into dept_identify(
identify_name,
identify_status,
identify_date,
is_use,
org_id,
oper_name,
oper_phone,
auth_flow_id,
identify_type
)values(
#{identifyName},
#{identifyStatus},
#{identifyDate},
#{isUse},
#{orgId},
#{operName},
#{operPhone},
#{authFlowId},
#{identifyType}
)
update dept_identify
identify_date = #{identifyDate},
is_use = #{isUse},
identify_status = #{identifyStatus},
org_id = #{orgId},
auth_flow_id = #{authFlowId}
AND id = #{id}