Authored by whb

测试

... ... @@ -67,14 +67,6 @@ class YHMComment_Models_Comment_Dao extends YHMComment_Dao {
* @return int
*/
function add($uid, $order_code, $store_id, $product_skc, $star) {
echo $this->dao()->getSql(Comment\Comment::INSERT_COMMENT, array(
"uid" => $uid,
"order_code" => $order_code,
"store_id" => $store_id,
"product_skc" => $product_skc,
"star" => $star
));
exit;
return $this->dao()->tag($this->_tag . $store_id)->insert(Comment\Comment::INSERT_COMMENT, array(
"uid" => $uid,
"order_code" => $order_code,
... ...