Commit 6e715e3c authored by xieyishang's avatar xieyishang

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/sugar/jwhx into dev

parents 4e57d152 678d414f
......@@ -165,7 +165,7 @@ class GoodsService {
$goods->$key = $value;
}
$goods->goods_sn = empty($request->input('goods_sn'))?"G".date('YmdHis').rand(1000,9999):$request->input('goods_sn');
$goods->goods_sn = empty($request->input('goods_sn'))?"G".date('YmdHis'):$request->input('goods_sn');
$goods->save();
//更新栏目
......
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