Commit a3ffd7fc authored by 杨钧's avatar 杨钧

去除总金额

parent ba73e7a5
......@@ -403,10 +403,10 @@ public class OrderServiceImpl implements IOrderService {
fieldDataMap.put("title", "结清违约金");
} else if ("otherFee".equals(key)) {
fieldDataMap.put("title", "应还其他费用");
} else if ("totalAmount".equals(key)) {
//fieldDataMap.put("title", "应还总额");
continue;
}
// else if ("totalAmount".equals(key)) {
// fieldDataMap.put("title", "应还总额");
// }
fieldDataMap.put("value", Constant.DECIMAL_FORMAT2.format(value));
dataList.add(fieldDataMap);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment