Commit 3feea549 by hcy001

1

parent 5b05f6ca
Showing with 1 additions and 1 deletions
......@@ -124,7 +124,7 @@ class InquiryItemsModel extends Model
return [0, '领取成功,请及时报价'];
}
//删除列表
//清空列表
public function DeleteInquiryItems($inquiry_id,$create_uid){
$check = (new InquiryModel())->where(["inquiry_id"=>$inquiry_id,"create_uid"=>$create_uid])->first();
if (!$check){
......
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