Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
944f563e
Commit
944f563e
authored
Aug 21, 2020
by
yujiaming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2b384ab1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sell.php
new_admincp/applications/zsb/controllers/sell.php
+2
-2
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
944f563e
...
...
@@ -1086,11 +1086,11 @@ class Sell extends MY_Controller {
$pic_check_arr
[
$key
][
'dateline'
]
=
$nowtime
;
//进入审核附属表待夜间JOB过滤入库
$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)
{
unset($pic_check_arr[$key]);
}
}
*/
unset
(
$pic_check_arr
[
$key
][
'from_device'
]);
//封面图入审核表
/*if($pic_check_arr[$key]['surface'] == 1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment