Ejemplo n.º 1
0
def formate_decimal_show(value):
    return DecimalFormatUtil.formatBigDecimal(value, BidConst.DISPLAY_SCALE())
Ejemplo n.º 2
0
 def getRemainAmount(self):
     return DecimalFormatUtil.formatBigDecimal(
         self.bidRequestAmount - self.currentSum, BidConst.DISPLAY_SCALE())