for Push.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
INSERT
|
||||
INTO
|
||||
vap.t_weorder
|
||||
(
|
||||
--we_production_id,
|
||||
--tact_id,
|
||||
--we_product_date,
|
||||
create_record_date,
|
||||
line_id,
|
||||
basic_parts_no,
|
||||
plan_date,
|
||||
af_amount,
|
||||
we_amount,
|
||||
production_lur,
|
||||
model_cd,
|
||||
derivation,
|
||||
tact_time
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
:[D]create_record_date,
|
||||
:[I]line_id,
|
||||
:[S]basic_parts_no,
|
||||
:[D]work_date,
|
||||
:[I]we_amount,
|
||||
0,
|
||||
:[I]production_lur,
|
||||
:[S]model_cd,
|
||||
:[S]derivation,
|
||||
:[I]tact_time
|
||||
)
|
||||
;
|
||||
Reference in New Issue
Block a user