Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
scm_wms_outstore_service
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
ffbdc6d3
authored
May 18, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改编码不正确
parent
d7ca6abf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
app/Http/Model/BoxModel.php
app/Http/Model/Logic/OutStoreLogic.php
app/Http/Model/Logic/PackCheckLogic.php
app/Http/Model/Logic/PickTaskLogic.php
app/Http/Model/BoxModel.php
View file @
ffbdc6d3
...
...
@@ -33,7 +33,7 @@ class BoxModel extends Model
$todayNum
=
$outStoreSn
=
BoxModel
::
where
(
'add_time'
,
'>='
,
$beginTime
)
->
where
(
'add_time'
,
'<='
,
$endTime
)
->
count
(
'box_id'
);
if
(
empty
(
$todayNum
)){
$todayNum
=
10000
;
$todayNum
=
10000
1
;
}
else
{
$todayNum
+=
100001
;
}
...
...
app/Http/Model/Logic/OutStoreLogic.php
View file @
ffbdc6d3
...
...
@@ -212,7 +212,7 @@ class OutStoreLogic
$todayNum
=
$outStoreSn
=
OutStoreModel
::
where
(
'add_time'
,
'>='
,
$beginTime
)
->
where
(
'add_time'
,
'<='
,
$endTime
)
->
count
(
'out_store_id'
);
if
(
empty
(
$todayNum
)){
$todayNum
=
10000
;
$todayNum
=
10000
1
;
}
else
{
$todayNum
+=
100001
;
}
...
...
app/Http/Model/Logic/PackCheckLogic.php
View file @
ffbdc6d3
...
...
@@ -42,7 +42,7 @@ class PackCheckLogic
$todayNum
=
$outStoreSn
=
OutStoreModel
::
where
(
'add_time'
,
'>='
,
$beginTime
)
->
where
(
'add_time'
,
'<='
,
$endTime
)
->
count
(
'out_store_id'
);
if
(
empty
(
$todayNum
)){
$todayNum
=
10000
;
$todayNum
=
10000
1
;
}
else
{
$todayNum
+=
100001
;
}
...
...
app/Http/Model/Logic/PickTaskLogic.php
View file @
ffbdc6d3
...
...
@@ -126,7 +126,7 @@ class PickTaskLogic
$todayNum
=
$outStoreSn
=
PickTaskModel
::
where
(
'add_time'
,
'>='
,
$beginTime
)
->
where
(
'add_time'
,
'<='
,
$endTime
)
->
count
(
'pick_task_id'
);
if
(
empty
(
$todayNum
)){
$todayNum
=
10000
;
$todayNum
=
10000
1
;
}
else
{
$todayNum
+=
100001
;
}
...
...
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