Commit 27182ef2 authored by hangjun83's avatar hangjun83

更新

parent 40084e7f
......@@ -129,6 +129,7 @@ class BideService
$pro_data['p_show'] = 1;
$pro_data['prom_from'] = 0;
$pro_data['prom_to'] = 0;
$pro_data['modifytime'] = time();
$id = $dbConnect->table('products')->insertGetId($pro_data);
......
......@@ -129,6 +129,7 @@ class BjsService
$pro_data['p_show'] = 0;
$pro_data['prom_from'] = 0;
$pro_data['prom_to'] = 0;
$pro_data['modifytime'] = time();
$id = $dbConnect->table('products')->insertGetId($pro_data);
......
......@@ -174,6 +174,7 @@ class LeyanService
$pro_data['p_show'] = 1;
$pro_data['prom_from'] = 0;
$pro_data['prom_to'] = 0;
$pro_data['modifytime'] = time();
$id = $dbConnect->table('products')->insertGetId($pro_data);
......
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