Commit ddfd9d7f by hcy001

更新已报价

parent 03c57b98
Showing with 3 additions and 3 deletions
......@@ -545,9 +545,9 @@ class QuoteModel extends Model
}
}
// if ($inquiry_items_status == 1) { // 询价明细为待报价时,更新为已报价
// InquiryItemsModel::where('id', $inquiry_items_id)->update(['status' => 2]);
// }
if ($inquiry_items_status == 1) { // 询价明细为待报价时,更新为已报价
InquiryItemsModel::where('id', $inquiry_items_id)->update(['status' => 2]);
}
// 通知询价人,放入redis
RedisDB::sadd('frq_quote_urge', $inquiry_items_id);
......
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 sign in to comment