比例改为10000
This commit is contained in:
parent
8361fde309
commit
5d54bbfdda
@ -23,7 +23,7 @@ public enum FreightGoldToUsdRatioEnum {
|
|||||||
* YOLO.
|
* YOLO.
|
||||||
*/
|
*/
|
||||||
YOLO(6000),
|
YOLO(6000),
|
||||||
LIKEI(6000),
|
LIKEI(10000),
|
||||||
LOTFUN(6000);
|
LOTFUN(6000);
|
||||||
|
|
||||||
private final int ratio;
|
private final int ratio;
|
||||||
@ -34,7 +34,7 @@ public enum FreightGoldToUsdRatioEnum {
|
|||||||
|
|
||||||
public static int getRatio(String sysOrigin) {
|
public static int getRatio(String sysOrigin) {
|
||||||
if (StringUtils.isBlank(sysOrigin)) {
|
if (StringUtils.isBlank(sysOrigin)) {
|
||||||
return 1000;
|
return 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user