예제 #1
0
def formate_decimal_show(value):
    return DecimalFormatUtil.formatBigDecimal(value, BidConst.DISPLAY_SCALE())
예제 #2
0
 def getRemainAmount(self):
     return DecimalFormatUtil.formatBigDecimal(
         self.bidRequestAmount - self.currentSum, BidConst.DISPLAY_SCALE())