Commit 2e39e83a by xunj

正是上线发布版本

1 parent bedce491
......@@ -104,7 +104,7 @@ public class WishServiceImpl implements WishService {
}
} catch (Exception e) {
e.printStackTrace();
throw new BusinessException("ID@@"+param.getUserId()+"@@发送心愿发放牛牌异常");
throw new BusinessException("ID@@"+param.getUserId()+"@@发送心愿异常");
}
}
......
......@@ -81,7 +81,7 @@ public class RedPacketUtil {
public static void main(String[] args) {
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));
}
}
......@@ -179,13 +179,6 @@
<verbose>true</verbose>
<overwrite>false</overwrite>
</configuration>
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.47</version>
</dependency>
</dependencies>
</plugin>
<!--添加配置跳过测试-->
<plugin>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!