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
82fa9380
authored
May 18, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改散件判断错误
parent
ffbdc6d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Http/Model/Logic/PickTaskLogic.php
app/Http/Model/Logic/PickTaskLogic.php
View file @
82fa9380
...
...
@@ -363,9 +363,9 @@ class PickTaskLogic
//如果没有就添加
if
(
empty
(
$packInfo
=
PackCheckModel
::
getWhereObj
([])
->
where
(
'pick_task_id'
,
$value
[
'pick_task_id'
])
->
first
())){
$packCheckId
=
PackCheckModel
::
insertGetId
([
'pack_check_sn'
=>
PackCheckLogic
::
getPackCheckSn
(),
'pick_task_sn'
=>
PickTaskModel
::
where
(
'out_store_id'
,
$outStoreDetailInfo
[
'out_store_id'
])
->
value
(
'pick_task_sn'
)
,
'pack_check_sn'
=>
PackCheckLogic
::
getPackCheckSn
(),
'pick_task_sn'
=>
$picktaskInfo
->
pick_task_sn
,
'in_store_sn'
=>
OutStoreModel
::
where
(
'out_store_id'
,
$outStoreDetailInfo
[
'out_store_id'
])
->
value
(
'warehousing_sn'
),
'pick_task_id'
=>
$picktaskInfo
[
'pick_task_id'
]
,
'add_time'
=>
time
(),
'store_id'
=>
CommonLogic
::
getAdminInfo
()[
'store_id'
]
'pick_task_id'
=>
$picktaskInfo
->
pick_task_id
,
'add_time'
=>
time
(),
'store_id'
=>
CommonLogic
::
getAdminInfo
()[
'store_id'
]
]);
}
else
{
$packCheckId
=
$packInfo
->
pack_check_id
;
...
...
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