Commit 2e39e83a by xunj

正是上线发布版本

1 parent bedce491
...@@ -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()+"@@发送心愿异常");
} }
} }
......
...@@ -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,100,2.1); List<Double> redAmount= redpack.getMoney(4000-444,177,5,30,2.1);
redAmount.forEach(a -> System.out.println(a)); redAmount.forEach(a -> System.out.println(a));
} }
} }
...@@ -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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!