Commit 36bc976e authored by hangjun83's avatar hangjun83

乐妍]

parent 8b45881e
......@@ -161,7 +161,7 @@ class LeyanService
$pro_data['p_tod'] = $p_tod;
$pro_data['p_weight'] = '0.01';
$pro_data['p_status'] = $status;
$pro_data['p_show'] = 0;
$pro_data['p_show'] = 1;
$pro_data['prom_from'] = 0;
$pro_data['prom_to'] = 0;
......@@ -172,7 +172,7 @@ class LeyanService
$productRow = current($productRow);
$pro_data['p_status'] = $status;
$pro_data['p_show'] = 0;
$pro_data['p_show'] = 1;
$pro_data['p_price'] = $package['price'];
$pro_data['p_tod'] = $p_tod;
$pro_data['modifytime'] = time();
......
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