|
@@ -4,11 +4,11 @@ insert into plm_item (siteid, itemid, createby, createdate, changeuserid, change
|
|
|
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,cheekschemeid,colorschemeid,materialschemeid,cost,grossprofit,grossprofitmargin)
|
|
|
+ pricingmetod,cheekschemeid,colorschemeid,materialschemeid,cost,grossprofit,grossprofitmargin,saleprice)
|
|
|
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$,$cheekschemeid$,$colorschemeid$,$materialschemeid$,$cost,$grossprofit$,$grossprofitmargin$)
|
|
|
+ $marketingcategory$, $pricingmetod$,$cheekschemeid$,$colorschemeid$,$materialschemeid$,$cost,$grossprofit$,$grossprofitmargin$,$saleprice$)
|