|
|
@@ -151,7 +151,7 @@ class Product extends BaseController
|
|
|
if ($post['id'] > 0) {
|
|
|
$result = Db::name('store_brand')->where('id', $post['id'])->update($data);
|
|
|
} else {
|
|
|
- $data['add_time'] = time();
|
|
|
+ $data['create_time'] = time();
|
|
|
$result = Db::name('store_brand')->insertGetId($data);
|
|
|
}
|
|
|
|