查重数字显示调整
This commit is contained in:
@@ -186,6 +186,10 @@ class Workbench extends Base
|
||||
$aArticle[$key]['is_draft'] = 1;
|
||||
}
|
||||
|
||||
//查重信息
|
||||
$aArticle[$key]['repetition'] = $this->getArticleRepetition($value['article_id']);
|
||||
|
||||
|
||||
// //付款信息
|
||||
// $iPsId = empty($aOrder[$value['article_id']]) ? 0 : $aOrder[$value['article_id']];
|
||||
// $aArticle[$key]['pay_time'] = empty($aPaystation[$iPsId]['pay_time']) ? '' : $aPaystation[$iPsId]['pay_time'];
|
||||
|
||||
Reference in New Issue
Block a user