From 62b325883b98587ff7950d979ebd548d97a352f9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 11 五月 2022 19:33:56 +0800
Subject: [PATCH] 哟花
---
java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java b/java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java
index f9d9ad4..fa57c9a 100755
--- a/java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java
+++ b/java110-core/src/main/java/com/java110/core/smo/impl/ComputeFeeSMOImpl.java
@@ -35,7 +35,6 @@
import com.java110.utils.util.DateUtil;
import com.java110.utils.util.StringUtil;
import org.slf4j.Logger;
-
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -1538,8 +1537,8 @@
//鎵嬫満绔即璐瑰鐞�
public Map getOwnerPhoneFee(Map feeAmount) {
- feeAmount.put("feePrice", new BigDecimal(1.00/100));
- feeAmount.put("feeTotalPrice", new BigDecimal(1.00/100));
+ feeAmount.put("feePrice", new BigDecimal(1.00 / 100));
+ feeAmount.put("feeTotalPrice", new BigDecimal(1.00 / 100));
return feeAmount;
}
--
Gitblit v1.8.0