select id, item_number, capacity_type, process_number, process_name, process_route_id, work_time, effective_date, expiring_date, integration_date, create_by, create_time, update_by, update_time from aps_process_capacity_management
insert into aps_process_capacity_management
id,
item_number,
capacity_type,
process_number,
process_name,
process_route_id,
work_time,
effective_date,
expiring_date,
integration_date,
create_by,
create_time,
update_by,
update_time,
#{id},
#{itemNumber},
#{capacityType},
#{processNumber},
#{processName},
#{processRouteId},
#{workTime},
#{effectiveDate},
#{expiringDate},
#{integrationDate},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update aps_process_capacity_management
item_number = #{itemNumber},
capacity_type = #{capacityType},
process_number = #{processNumber},
process_name = #{processName},
process_route_id = #{processRouteId},
work_time = #{workTime},
effective_date = #{effectiveDate},
expiring_date = #{expiringDate},
integration_date = #{integrationDate},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from aps_process_capacity_management where id = #{id}
delete from aps_process_capacity_management where id in
#{id}