Commit 244865d4 by 蒋勇

d

parent 8d9eff37
......@@ -33,7 +33,7 @@ class ProductService extends ServiceBase {
pname:p.name,
strategyitems:tmpdic[stragetyid+''],
company_id:p.company_id,
skucode:p.skucode?p.skucode:this.getUUID(),
skucode:p.skucode?p.skucode:self.getUUID(),
skuname:p.skuname?p.skuname:p.name,
}
productprices.push(pps)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment