Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
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
base_platform_enterprise
gic-platform-enterprise
Commits
d28a5223
Commit
d28a5223
authored
Apr 02, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
a0a78051
7ba90874
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
BillingOrderServiceImpl.java
.../gic/enterprise/service/impl/BillingOrderServiceImpl.java
+4
-0
TabPushMessageMapper.xml
...ervice/src/main/resources/mapper/TabPushMessageMapper.xml
+1
-0
No files found.
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/service/impl/BillingOrderServiceImpl.java
View file @
d28a5223
...
...
@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSON;
import
com.gic.commons.util.GlobalInfo
;
import
com.gic.enterprise.constant.BillingOrderStatusEnum
;
import
com.gic.enterprise.constant.EnterpriseStatusTypeEnum
;
import
com.gic.enterprise.constant.PayTypeEnum
;
import
com.gic.enterprise.dao.mapper.TabBillingOrderMapper
;
import
com.gic.enterprise.dto.BillingOrderDTO
;
import
com.gic.enterprise.dto.SmsPackageOrderItemDTO
;
...
...
@@ -57,6 +58,9 @@ public class BillingOrderServiceImpl implements BillingOrderService {
order
.
setOrderId
(
orderId
);
order
.
setPayInfoId
(
payInfoId
);
order
.
setPayType
(
payType
);
if
(
payType
==
PayTypeEnum
.
OFFLINE_PAY
.
getCode
()){
order
.
setOrderStatus
(
BillingOrderStatusEnum
.
AUDITING
.
getCode
());
}
int
result
=
this
.
tabBillingOrderMapper
.
updateByPrimaryKeySelective
(
order
);
if
(
result
>
0
){
return
true
;
...
...
gic-platform-enterprise-service/src/main/resources/mapper/TabPushMessageMapper.xml
View file @
d28a5223
...
...
@@ -256,6 +256,7 @@
<if
test=
"pushClassifyId != null"
>
and push_classify_id = #{pushClassifyId}
</if>
order by update_time desc
</select>
<select
id=
"pageUserMessage"
resultMap=
"userMessageResult"
>
select
...
...
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