insert
into work_approval_item_stand
id,
type,
dep_id,
dep_name,
min_val,
min_val_match_pattern,
max_val,
max_val_match_pattern,
title,
work_apply_id
#{item.id},
#{item.type},
#{item.depId},
#{item.depName},
#{item.minVal},
#{item.minValMatchPattern},
#{item.maxVal},
#{item.maxValMatchPattern},
#{item.title},
#{item.workApplyId}