tag_407_2

This commit is contained in:
dengbw
2022-04-07 14:10:43 +08:00
parent 898a8b7324
commit 8d4a654e9a
+1 -1
View File
@@ -355,7 +355,7 @@ Class Lichene extends HD_Controller
exit;
}
$this->load->model('receiver/receiver_customer_tag_model', 'mdCustomerTag');
$ret = $this->mdCustomerTag->delete(['status' => -1, "id in({$param['ids']})" => null]);
$ret = $this->mdCustomerTag->delete(["id in({$param['ids']})" => null]);
print_r($ret);
}