insert into material_detail(id, material_name, configuration_level, use_count, scene_count, work_apply_id, wpc_id)
values (#{id},#{materialName}, #{configurationLevel}, #{useCount}, #{sceneCount}, #{workApplyId}, #{wpcId})
insert into material_detail(id, material_name, configuration_level, use_count, scene_count, work_apply_id, wpc_id)
values
(#{entity.id},#{entity.materialName}, #{entity.configurationLevel}, #{entity.useCount}, #{entity.sceneCount}, #{entity.workApplyId}, #{entity.wpcId})