Commit e040b331 by HTML5-侯张振

更改customer_sales_model

parent ab241602
...@@ -28,7 +28,7 @@ class Customer_sales_model extends MY_Model{ ...@@ -28,7 +28,7 @@ class Customer_sales_model extends MY_Model{
$this->db->update('tb_customer_sales',$sale_id); $this->db->update('tb_customer_sales',$sale_id);
} }
public function delete_sale_id($where){ public function delete_sale_id($where){
$this->db->delete('tb_customer_sales',$here); $this->db->delete('tb_customer_sales',$where);
} }
} }
?> ?>
\ No newline at end of file
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