Commit 9effbe19 authored by luhongguang's avatar luhongguang

update:发布商品修改字段

parent a8f95ba8
...@@ -192,8 +192,8 @@ class GoodsService ...@@ -192,8 +192,8 @@ class GoodsService
"rule_limit" => $skuData["rule_limit"], "rule_limit" => $skuData["rule_limit"],
"rule_desc" => $skuData["rule_desc"], "rule_desc" => $skuData["rule_desc"],
"rule_refund" => $skuData["rule_refund"], "rule_refund" => $skuData["rule_refund"],
"inventory_total" => $skuData["inventory_add"], "inventory_total" => $skuData["inventory"],
"inventory_rest" => $skuData["inventory_add"], "inventory_rest" => $skuData["inventory"],
"original_price" => $skuData["original_price"] * 100, "original_price" => $skuData["original_price"] * 100,
"price" => $skuData["price"] * 100, "price" => $skuData["price"] * 100,
]; ];
......
...@@ -5,7 +5,7 @@ application.bootstrap = APPLICATION_PATH"/application/Boot ...@@ -5,7 +5,7 @@ application.bootstrap = APPLICATION_PATH"/application/Boot
application.dispatcher.catchException = true application.dispatcher.catchException = true
application.dispatcher.throwException = true application.dispatcher.throwException = true
daemon.script_dir = "\\Daemon\\" daemon.script_dir = "\\Daemon\\"
appid = "" appid = "goods"
[product : common] [product : common]
[pre : common ] [pre : common ]
......
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