记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
93816f3a
Commit
93816f3a
authored
Mar 22, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加入 try
parent
ca458ce2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
45 deletions
+51
-45
SellDataInfoImpl.java
...service/platform/service/impl/smile/SellDataInfoImpl.java
+51
-45
No files found.
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/impl/smile/SellDataInfoImpl.java
View file @
93816f3a
...
...
@@ -65,6 +65,7 @@ public class SellDataInfoImpl {
for
(
SmileUser
smileUser:
list
){
//-- 看这个人有哪些演出维度的订单 (支付的、演出id,该用户的。)
if
(
StringUtil
.
isNotBlank
(
smileUser
.
getUid
())){
try
{
// //获取 该人 该演出 的所有订单 (6个月)
List
<
Map
>
list1
=
orderTicketsMapper
.
getUserOrder
(
smileUser
.
getUid
());
for
(
Map
a:
list1
){
...
...
@@ -112,6 +113,11 @@ public class SellDataInfoImpl {
}
}
}
catch
(
Exception
e
){
log
.
info
(
String
.
valueOf
(
e
));
log
.
info
(
"用户的uid{}"
,
smileUser
.
getUid
());
}
}
}
...
...
@@ -147,8 +153,8 @@ public class SellDataInfoImpl {
//已结算(已完成)
a
.
put
(
"status"
,
"3"
);
}
else
{
if
(
null
!=
a
.
get
(
"timeEnd"
)){
java
.
sql
.
Timestamp
timeEnd
=
(
java
.
sql
.
Timestamp
)
a
.
get
(
"timeEnd"
);
if
(
null
!=
timeEnd
){
if
(
timeEnd
.
after
(
new
Date
(
System
.
currentTimeMillis
()))){
//待入账(项目未结束)
a
.
put
(
"status"
,
"1"
);
...
...
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