Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
b9e01828
Commit
b9e01828
authored
Jun 20, 2024
by
王祖波
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-jingfeng' into 'master'
顺序 See merge request
!1927
parents
cab699bc
63af304e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ScanController.java
...gic/haoban/manage/web/controller/scan/ScanController.java
+4
-4
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/scan/ScanController.java
View file @
b9e01828
...
...
@@ -107,14 +107,14 @@ public class ScanController {
scanDetailVO
.
setCouponError
(
"识别到多张兑换券,为防止核销错误,请协助会员,在会员小程序中进行兑换券核销"
);
scanDetailVO
.
setCouponErrorType
(
1
);
}
else
{
Integer
verificationType
=
coupCardDTO
.
getVerificationType
();
if
(!
Objects
.
equals
(
verificationType
,
0
))
{
scanDetailVO
.
setCouponError
(
"请通过收银台核销此兑换券"
);
}
boolean
checkStore
=
coupCardDTO
.
isCheckStore
();
if
(!
checkStore
)
{
scanDetailVO
.
setCouponError
(
"兑换券在本店不可用"
);
}
Integer
verificationType
=
coupCardDTO
.
getVerificationType
();
if
(!
Objects
.
equals
(
verificationType
,
0
))
{
scanDetailVO
.
setCouponError
(
"请通过收银台核销此兑换券"
);
}
}
CoupCardVO
cardVO
=
EntityUtil
.
changeEntityNew
(
CoupCardVO
.
class
,
coupCardDTO
);
if
(
Objects
.
equals
(
GlobalInfo
.
COUPON_STATUS_USED
,
coupCardDTO
.
getStatus
()))
{
...
...
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