admin_goods_1203

This commit is contained in:
dengbw
2021-12-03 15:18:46 +08:00
committed by lccsw
parent 4cc121c496
commit c374161fdb
5 changed files with 179 additions and 127 deletions
+1
View File
@@ -120,6 +120,7 @@ class Topic extends Wxapp
$brand_ids = implode(',', $re_t['brand_ids']);
$brand_id = count($brand_ids) >= 2 ? $brand_ids[1] : $re_t['brand_ids'];
}
$brand_id == 3 && $brand_id = 0;//狸车品牌时设为0
$row = $this->clues_model->get(['mobile' => $this->session['mobile']]);
if ($row) {
$update = ['en_time' => date('Y-m-d H:i:s')];