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
dedb3481
Commit
dedb3481
authored
May 31, 2024
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核销时间
parent
104b35ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
11 deletions
+7
-11
CouponController.java
...haoban/manage/web/controller/coupon/CouponController.java
+1
-4
ScanController.java
...gic/haoban/manage/web/controller/scan/ScanController.java
+1
-2
CoupCardVO.java
.../java/com/gic/haoban/manage/web/vo/coupon/CoupCardVO.java
+5
-5
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/coupon/CouponController.java
View file @
dedb3481
...
...
@@ -3,15 +3,12 @@ package com.gic.haoban.manage.web.controller.coupon;
import
com.gic.api.base.commons.BasePageInfo
;
import
com.gic.api.base.commons.Page
;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.clerk.api.service.ClerkService
;
import
com.gic.commons.util.EntityUtil
;
import
com.gic.commons.util.PageHelperUtils
;
import
com.gic.commons.webapi.reponse.RestResponse
;
import
com.gic.haoban.manage.web.controller.order.GicOrderController
;
import
com.gic.haoban.manage.web.vo.coupon.CoupCardClerkLogCountVO
;
import
com.gic.haoban.manage.web.vo.coupon.CoupCardClerkLogVO
;
import
com.gic.haoban.manage.web.vo.coupon.CoupCardVO
;
import
com.gic.haoban.manage.web.vo.order.OrderListVO
;
import
com.gic.marketing.api.dto.CoupCardDTO
;
import
com.gic.marketing.api.dto.card.CoupCardClerkLogDTO
;
import
com.gic.marketing.api.out.service.CouponHBOuterService
;
...
...
@@ -119,7 +116,7 @@ public class CouponController {
coupCardVO
.
setPhoneNum
(
coupCardDTO
.
getPhoneNum
());
coupCardVO
.
setCardNum
(
coupCardDTO
.
getCardNum
());
}
coupCardVO
.
set
WriteOff
Time
(
result
.
getCreateTime
());
coupCardVO
.
set
Use
Time
(
result
.
getCreateTime
());
return
coupCardVO
;
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/scan/ScanController.java
View file @
dedb3481
package
com
.
gic
.
haoban
.
manage
.
web
.
controller
.
scan
;
import
cn.hutool.db.Entity
;
import
com.alibaba.fastjson.JSON
;
import
com.gic.api.base.commons.ServiceResponse
;
import
com.gic.business.order.dto.ordermanage.OrderDetailDTO
;
...
...
@@ -122,7 +121,7 @@ public class ScanController {
cardVO
.
setStoreName
(
clerkDTO
.
getStoreName
());
cardVO
.
setClerkName
(
clerkDTO
.
getClerkName
());
}
cardVO
.
set
WriteOff
Time
(
coupCardDTO
.
getUseTime
());
cardVO
.
set
Use
Time
(
coupCardDTO
.
getUseTime
());
scanDetailVO
.
setCardVO
(
cardVO
);
}
return
RestResponse
.
successResult
(
scanDetailVO
);
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/coupon/CoupCardVO.java
View file @
dedb3481
...
...
@@ -74,7 +74,7 @@ public class CoupCardVO implements Serializable {
/**
* 核销时间
*/
private
Date
writeOff
Time
;
private
Date
use
Time
;
public
String
getCardLogId
()
{
return
cardLogId
;
...
...
@@ -188,11 +188,11 @@ public class CoupCardVO implements Serializable {
this
.
clerkName
=
clerkName
;
}
public
Date
get
WriteOff
Time
()
{
return
writeOff
Time
;
public
Date
get
Use
Time
()
{
return
use
Time
;
}
public
void
set
WriteOffTime
(
Date
writeOff
Time
)
{
this
.
writeOffTime
=
writeOff
Time
;
public
void
set
UseTime
(
Date
use
Time
)
{
this
.
useTime
=
use
Time
;
}
}
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