Commit 3c49df63 authored by hujun's avatar hujun

500

parent d4076a56
...@@ -81,8 +81,8 @@ class SquareTask ...@@ -81,8 +81,8 @@ class SquareTask
if (isset($look_num[$v])) { if (isset($look_num[$v])) {
$save_data['browse_number'] = $look_num[$v]; $save_data['browse_number'] = $look_num[$v];
// if ($look_num[$v] >= 500) { if ($look_num[$v] >= 500) {
if ($look_num[$v] >= 3) { // if ($look_num[$v] >= 3) {
$square_data = $this->m_square->getSquare('id,is_cream',['id'=>$v]); $square_data = $this->m_square->getSquare('id,is_cream',['id'=>$v]);
//是否是精华帖 0普通 1精华 //是否是精华帖 0普通 1精华
if ($square_data[0]['is_cream'] == 0) { if ($square_data[0]['is_cream'] == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment