货品档案更新.sql 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. UPDATE plm_item
  2. SET changeuserid=$userid$,
  3. changedate = current_time,
  4. unitid=$unitid$,
  5. isauxunit=$isauxunit$,
  6. unitgroupid=$unitgroupid$,
  7. itemname=$itemname$,
  8. model = $model$,
  9. spec=$spec$,
  10. orderminqty=$orderminqty$,
  11. orderaddqty=$orderaddqty$,
  12. orderminqty_auxunit= $orderminqty_auxunit$,
  13. orderaddqty_auxunit= $orderaddqty_auxunit$,
  14. remarks = $remarks$,
  15. barcode = $barcode$,
  16. skucontrol = $skucontrol$,
  17. batchcontrol = $batchcontrol$,
  18. grossweight = $grossweight$,
  19. weight = $weight$,
  20. height = $height$,
  21. width = $width$,
  22. length = $length$,
  23. delivery = $delivery$,
  24. istool = $istool$,
  25. marketprice = $marketprice$,
  26. standards = $standards$,
  27. stockstatus2 = $stockstatus2$,
  28. stockstatus1 = $stockstatus1$,
  29. warrantyday = $warrantyday$,
  30. iswuliao = $iswuliao$,
  31. ismodule = $ismodule$,
  32. color = $color$,
  33. cheek=$cheek$,
  34. delistingstatus=$delistingstatus$,
  35. packageqty = $packageqty$,
  36. iswoodproducts=$iswoodproducts$,
  37. isservice = $isservice$,
  38. sa_customschemeid=$sa_customschemeid$,
  39. financeclasstype=$financeclasstype$,
  40. stockno=$stockno$,
  41. marketingcategory=$marketingcategory$,
  42. volume=$volume$,
  43. widthschemeid=$widthschemeid$,
  44. lengthschemeid=$lengthschemeid$,
  45. iscustomsize=$iscustomsize$,
  46. customprice=$customprice$,
  47. pricingmetod=$pricingmetod$,
  48. cheekschemeid=$cheekschemeid$,
  49. colorschemeid=$colorschemeid$,
  50. materialschemeid=$materialschemeid$,
  51. cost=$cost$,
  52. grossprofit=$grossprofit$,
  53. saleprice=$saleprice$,
  54. grossprofitmargin=$grossprofitmargin$,
  55. soldbase=$soldbase$,
  56. byname=$byname$,
  57. rate=$rate$,
  58. grade=$grade$,
  59. custamount=$custamount$,
  60. safeqty=$safeqty$,
  61. icaddqty=$icaddqty$,
  62. icminqty=$icminqty$,
  63. iswriteoff=$iswriteoff$,
  64. isnegative=$isnegative$,
  65. ispartorderautocheck=$ispartorderautocheck$,
  66. islimitemparts=$islimitemparts$,
  67. itemname_print=$itemname_print$,
  68. applicablegassource=$applicablegassource$,
  69. hygienelicensenum=$hygienelicensenum$,
  70. departmentid=$departmentid$,
  71. executionstandards=$executionstandards$,
  72. itemclsnum=$itemclsnum$,
  73. outplace=$outplace$,
  74. repairattribute=$repairattribute$,
  75. shapesize=$shapesize$,
  76. topclassnum=$topclassnum$,
  77. aftersalesitemno=$aftersalesitemno$,
  78. kw=$kw$,
  79. gysmc=$gysmc$
  80. WHERE itemid = $itemid$
  81. and siteid = $siteid$