extend_params_1.extend_sql_1 | 1:1扩展语句 | string | INSERT INTO lehua .wh_assemble_component ( order_id , product_id , material_id , unit_id , qty , cost , total_cost , price , total_amount , cost_proportion , stock_id , stock_status_id , owner_type_id , owner_id , remark , source_id , source_detail_id , source_code , source_type ) VALUES ( <{order_id: }>, <{product_id: }>, <{material_id: }>, <{unit_id: }>, <{qty: }>, <{cost: }>, <{total_cost: }>, <{price: }>, <{total_amount: }>, <{cost_proportion: }>, <{stock_id: }>, <{stock_status_id: }>, <{owner_type_id: }>, <{owner_id: }>, <{remark: }>, <{source_id: }>, <{source_detail_id: }>, <{source_code: }>, <{source_type: }>); |