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
80cb8e95
authored
May 17, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改判断
parent
63ccbd9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Model/Logic/OutStoreLogic.php
app/Http/Model/Logic/OutStoreLogic.php
View file @
80cb8e95
...
...
@@ -55,7 +55,7 @@ class OutStoreLogic
//判断该入库单号是否拥有
if
(
!
empty
(
OutStoreModel
::
where
(
'warehousing_sn'
,
$data
[
'warehousing_sn'
])
->
value
(
'out_store_id'
))){
Controller
::
$level
=
5
;
Controller
::
$errCode
=
2
;
throw
new
\Exception
(
'该入
库
单号已经存在'
.
$data
[
'warehousing_sn'
]);
throw
new
\Exception
(
'该入
仓
单号已经存在'
.
$data
[
'warehousing_sn'
]);
}
//判断入库详情是否为空
...
...
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