示例#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())