| | |
| | | if(2 == Integer.parseInt(symbolDic.getValue())){ |
| | | return; |
| | | } |
| | | symbolDic.setValue("2"); |
| | | dataDictionaryCustomMapper.updateById(symbolDic); |
| | | |
| | | DataDictionaryCustom buChangChiDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.BUCAHNG_CHI.getType(), |
| | |
| | | } |
| | | buChangChiDic.setValue(buChangAmountTotal.subtract(surplusAmount).setScale(2,BigDecimal.ROUND_DOWN).toString()); |
| | | dataDictionaryCustomMapper.updateById(buChangChiDic); |
| | | |
| | | symbolDic.setValue("2"); |
| | | dataDictionaryCustomMapper.updateById(symbolDic); |
| | | } |
| | | |
| | | /** |