Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2545d96b
authored
Aug 08, 2023
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
a1864abe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Http/Controllers/ApiController.php
app/Http/Controllers/ApiController.php
View file @
2545d96b
...
...
@@ -45,8 +45,8 @@ Class ApiController extends Controller
foreach
(
$list
as
&
$item
){
if
(
intval
(
$item
[
"print_num"
])
<=
0
){
$item
[
"print_num"
]
=
1
;
}
elseif
(
intval
(
$item
[
"print_num"
])
>=
10
0
){
$item
[
"print_num"
]
=
10
0
;
//单个明细限制100
}
elseif
(
intval
(
$item
[
"print_num"
])
>=
5
0
){
$item
[
"print_num"
]
=
5
0
;
//单个明细限制100
}
}
if
(
count
(
$list
)
>
150
){
//所有型号数限制150
...
...
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