Commit 944f563e authored by yujiaming's avatar yujiaming

1

parent 2b384ab1
...@@ -1086,11 +1086,11 @@ class Sell extends MY_Controller { ...@@ -1086,11 +1086,11 @@ class Sell extends MY_Controller {
$pic_check_arr[$key]['dateline'] = $nowtime; $pic_check_arr[$key]['dateline'] = $nowtime;
//进入审核附属表待夜间JOB过滤入库 //进入审核附属表待夜间JOB过滤入库
$this->admin_check->insert_check_pic_sub($pic_check_arr[$key]); $this->admin_check->insert_check_pic_sub($pic_check_arr[$key]);
//来自设备的图片只入待审核库、不入审核库 /* //来自设备的图片只入待审核库、不入审核库
if($pic_check_arr[$key]['surface'] == 0 && $pic_check_arr[$key]['from_device'] == 1) if($pic_check_arr[$key]['surface'] == 0 && $pic_check_arr[$key]['from_device'] == 1)
{ {
unset($pic_check_arr[$key]); unset($pic_check_arr[$key]);
} }*/
unset($pic_check_arr[$key]['from_device']); unset($pic_check_arr[$key]['from_device']);
//封面图入审核表 //封面图入审核表
/*if($pic_check_arr[$key]['surface'] == 1) /*if($pic_check_arr[$key]['surface'] == 1)
......
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