@@ -34,6 +34,7 @@ class Card
$where = array();
$where['option_card_id'] = $info['id'];
+ //$where['option_project_id'] = $info['project_id'];
$where['option_touser'] = $update['touser'];
$id = Dever::upinto('youzan/card_log', $where, $update);