Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
huhu-partner
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guanchen
huhu-partner
Commits
0da03f0a
Commit
0da03f0a
authored
Jul 05, 2019
by
guanchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改最小金额
parent
33b6d4b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Constants.java
...ain/java/com/lanren/huhu/partner/constants/Constants.java
+1
-1
No files found.
src/main/java/com/lanren/huhu/partner/constants/Constants.java
View file @
0da03f0a
...
...
@@ -66,7 +66,7 @@ public class Constants {
/**
* 最小奖励金额 小于此不写入
*/
public
static
final
BigDecimal
MIN_REWARD
=
new
BigDecimal
(
"0.00000
00
1"
);
public
static
final
BigDecimal
MIN_REWARD
=
new
BigDecimal
(
"0.000001"
);
static
{
/**
...
...
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