|
|
@@ -2,9 +2,13 @@ insert into plm_item (siteid, itemid, createby, createdate, changeuserid, change
|
|
|
isauxunit, unitgroupid, itemname, isonsale, status, model, spec, orderminqty, orderaddqty,
|
|
|
orderminqty_auxunit, orderaddqty_auxunit, remarks, barcode, skucontrol, batchcontrol, grossweight,
|
|
|
weight, height, width, length, delivery, istool, marketprice, standards, stockstatus2,
|
|
|
- stockstatus1, warrantyday, iswuliao, isservice,color,packageqty,ismodule,iswoodproducts,sa_customschemeid,cheek,delistingstatus,financeclasstype,stockno,volume,marketingcategory,pricingmetod)
|
|
|
+ stockstatus1, warrantyday, iswuliao, isservice, color, packageqty, ismodule, iswoodproducts,
|
|
|
+ sa_customschemeid, cheek, delistingstatus, financeclasstype, stockno, volume, marketingcategory,
|
|
|
+ pricingmetod,cheekschemeid,colorschemeid,materialschemeid)
|
|
|
values ($siteid$, $itemid$, $username$, CURRENT_TIME, $userid$, $username$, CURRENT_TIME, $itemno$, $unitid$,
|
|
|
$isauxunit$, $unitgroupid$, $itemname$, $isonsale$, '新建', $model$, $spec$, $orderminqty$, $orderaddqty$,
|
|
|
$orderminqty_auxunit$, $orderaddqty_auxunit$, $remarks$, $barcode$, $skucontrol$, $batchcontrol$, $grossweight$,
|
|
|
$weight$, $height$, $width$, $length$, $delivery$, $istool$, $marketprice$, $standards$,
|
|
|
- $stockstatus2$, $stockstatus1$, $warrantyday$, $iswuliao$, $isservice$,$color$,$packageqty$,$ismodule$,$iswoodproducts$,$sa_customschemeid$,$cheek$,$delistingstatus$,$financeclasstype$,$stockno$,$volume$,$marketingcategory$,$pricingmetod$)
|
|
|
+ $stockstatus2$, $stockstatus1$, $warrantyday$, $iswuliao$, $isservice$, $color$, $packageqty$, $ismodule$,
|
|
|
+ $iswoodproducts$, $sa_customschemeid$, $cheek$, $delistingstatus$, $financeclasstype$, $stockno$, $volume$,
|
|
|
+ $marketingcategory$, $pricingmetod$,$cheekschemeid$,$colorschemeid$,$materialschemeid$)
|