Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openApi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hj
openApi
Commits
21df4996
Commit
21df4996
authored
Jun 20, 2022
by
hangjun83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
百化工具类bug修复
parent
80db0bcc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
server/app/Services/BhOrdersService.php
server/app/Services/BhOrdersService.php
+10
-8
No files found.
server/app/Services/BhOrdersService.php
View file @
21df4996
...
...
@@ -349,6 +349,7 @@ class BhOrdersService
}
//查询是否已经开票,如果开票不能进行退货
if
(
$refundInfo
->
refund_nums
>
$futuresNum
){
$dpdetail
=
$dbConnect
->
table
(
'dpdetail'
)
->
where
(
'si_id'
,
$orderitem
[
'si_id'
])
->
get
();
...
...
@@ -360,6 +361,7 @@ class BhOrdersService
}
}
}
}
// 如果有期货先处理期货,然后在处理现货。期货不需要dpdetail拆单
while
(
true
)
{
...
...
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