|
|
@@ -400,7 +400,8 @@ public class WxBillAllHelper { |
|
|
} |
|
|
} |
|
|
total = total.add(new BigDecimal(_m)); |
|
|
total = total.add(new BigDecimal(_m)); |
|
|
} |
|
|
} |
|
|
return total.setScale(2,RoundingMode.HALF_UP).toPlainString(); |
|
|
|
|
|
|
|
|
//return total.setScale(2,RoundingMode.HALF_UP).toPlainString(); |
|
|
|
|
|
return total.toPlainString(); |
|
|
} |
|
|
} |
|
|
return "0"; |
|
|
return "0"; |
|
|
} |
|
|
} |
|
|
|