Przeglądaj źródła

[BUG][ID1001382][云端测试:version:.956.1392:下载的合同百分显示错误]

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
22222871ac
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Wyświetl plik

@@ -1759,8 +1759,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
JSONObject shopObject = objects.getJSONObject(j);
JSONArray adjustRatioArr = shopObject.getJSONArray("adjustRatio");
String shopNumber = shopObject.getString("shopNumber");
double ratioStr = new BigDecimal(adjustRatioArr.getIntValue(i)).divide(new BigDecimal(100)).doubleValue();
adjustRatioStr.append(shopNumber).append("[").append(ratioStr).append("]");
adjustRatioStr.append(shopNumber).append("[").append(adjustRatioArr.getIntValue(i)).append("]");
}
adjustRatioList.add(adjustRatioStr.toString());
}


Ładowanie…
Anuluj
Zapisz