insert into resource_audit_flow(
raf_id,remark,store_id,flow_id,flow_name,flow_type
) values (
#{rafId},#{remark},#{storeId},#{flowId},#{flowName},#{flowType}
)
update resource_audit_flow t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.remark= #{remark}
, t.store_id= #{storeId}
, t.flow_id= #{flowId}
, t.flow_name= #{flowName}
, t.flow_type= #{flowType}
where 1=1
and t.raf_id= #{rafId}