몰수, 포상 구현, 증여 헌납 버그 수정

This commit is contained in:
2018-11-17 15:40:34 +09:00
parent ca6755d8b5
commit 99142fdde3
8 changed files with 383 additions and 218 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class che_헌납 extends Command\GeneralCommand{
$resKey = $isGold?'gold':'rice';
$resName = $isGold?'금':'쌀';
$amount = Util::valueFit($amount, $general->getVar($resKey));
$amount = Util::valueFit($amount, 0, $general->getVar($resKey));
$amountText = number_format($amount, 0);
$logger = $general->getLogger();