Commit d5c6390f authored by wuxiaoli's avatar wuxiaoli

no message

parent c73eeda5
......@@ -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