Commit 2d27984b authored by hangjun83's avatar hangjun83

乐妍更新

parent 5383a076
......@@ -150,7 +150,7 @@ class LeyanService
$dbConnect->table('products')
->where('c_id', $chemicalsRow->c_id)
->where('b_id', $bId)
->update(['p_status' => 0, 'p_show' => 0, 'modifytime' => time()]);
->update(['modifytime' => time()]);
foreach ($product['productStockPrices'] as $package) {
$p_tod = '无货,请咨询';
......
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