|
@@ -1733,7 +1733,7 @@ public class DingDingServiceImpl implements DingDingService {
|
|
|
System.out.println(quotaListResponse.getBody());
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
JSONObject json = JSONObject.parseObject(quotaListResponse.getBody());
|
|
|
- DecimalFormat df = new DecimalFormat("#0.0");
|
|
|
+ DecimalFormat df = new DecimalFormat("#0.00");
|
|
|
if (json.getInteger("errcode") == 0) {
|
|
|
JSONObject result = json.getJSONObject("result");
|
|
|
JSONArray leaveQuotas = result.getJSONArray("leave_quotas");
|