| | |
| | | (id, require_track_id,doc_num,batch_number, org_code, bom_line_id, bom_line_code, bom_line_level, bom_use_amount, process_route_id, |
| | | process_route_hours, require_amount, net_requirement, start_date, complete_date, demand_date, |
| | | production_base, match_state, match_mode, unmatched_demand_amount, suggested_completion_date, |
| | | has_delay_risk, batch_number, del_flag, create_time, create_by) |
| | | has_delay_risk, del_flag, create_time, create_by) |
| | | values |
| | | <foreach collection="list" item="item" separator=","> |
| | | ( |
| | | #{item.Id}, |
| | | #{item.id}, |
| | | #{item.requireTrackId}, |
| | | #{item.docNum}, |
| | | #{item.batchNumber}, |
| | |
| | | #{item.unmatchedDemandAmount}, |
| | | #{item.suggestedCompletionDate}, |
| | | #{item.hasDelayRisk}, |
| | | #{item.batchNumber}, |
| | | #{item.delFlag}, |
| | | #{item.createTime}, |
| | | #{item.createBy} |