dever 7 年之前
父节点
当前提交
c7f43b9143
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youzan/src/Card.php

+ 1 - 0
youzan/src/Card.php

@@ -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);