Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
xunj
/
festival-activites
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2e39e83a
authored
Feb 05, 2021
by
xunj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
正是上线发布版本
1 parent
bedce491
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
activity-admin/src/main/java/com/polysoft/activity/service/impl/WishServiceImpl.java
activity-common/src/main/java/com/polysoft/activity/utils/RedPacketUtil.java
pom.xml
activity-admin/src/main/java/com/polysoft/activity/service/impl/WishServiceImpl.java
View file @
2e39e83
...
@@ -104,7 +104,7 @@ public class WishServiceImpl implements WishService {
...
@@ -104,7 +104,7 @@ public class WishServiceImpl implements WishService {
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
throw
new
BusinessException
(
"ID@@"
+
param
.
getUserId
()+
"@@发送心愿
发放牛牌
异常"
);
throw
new
BusinessException
(
"ID@@"
+
param
.
getUserId
()+
"@@发送心愿异常"
);
}
}
}
}
...
...
activity-common/src/main/java/com/polysoft/activity/utils/RedPacketUtil.java
View file @
2e39e83
...
@@ -81,7 +81,7 @@ public class RedPacketUtil {
...
@@ -81,7 +81,7 @@ public class RedPacketUtil {
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
RedPacketUtil
redpack
=
new
RedPacketUtil
();
RedPacketUtil
redpack
=
new
RedPacketUtil
();
List
<
Double
>
redAmount
=
redpack
.
getMoney
(
4000
,
227
,
5
,
10
0
,
2.1
);
List
<
Double
>
redAmount
=
redpack
.
getMoney
(
4000
-
444
,
177
,
5
,
3
0
,
2.1
);
redAmount
.
forEach
(
a
->
System
.
out
.
println
(
a
));
redAmount
.
forEach
(
a
->
System
.
out
.
println
(
a
));
}
}
}
}
pom.xml
View file @
2e39e83
...
@@ -179,13 +179,6 @@
...
@@ -179,13 +179,6 @@
<verbose>
true
</verbose>
<verbose>
true
</verbose>
<overwrite>
false
</overwrite>
<overwrite>
false
</overwrite>
</configuration>
</configuration>
<dependencies>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.47
</version>
</dependency>
</dependencies>
</plugin>
</plugin>
<!--添加配置跳过测试-->
<!--添加配置跳过测试-->
<plugin>
<plugin>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment