diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index be8f2fc7f..0aeb8a158 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -2374,6 +2374,7 @@ + diff --git a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java index cc0c3fa69..bf5af3a8c 100644 --- a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java +++ b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java @@ -656,7 +656,10 @@ public class CollectAuditInfoCache { for(int c=0;c map = handcraftsingleCollectMoenyDistrbutor(tx,bc,bom,rent,penaltyArray[c]); @@ -670,10 +673,10 @@ public class CollectAuditInfoCache { //뾭̱֤˻ر BizObject bobdi = bdi.createQuery("distributor_no=:distributor_id").setParameter("distributor_id", distributor_id).getSingleResult(false); BigDecimal sum = new BigDecimal(bobdi.getAttribute("sums").getString()); - double account_balance = sum.subtract(new BigDecimal(rent)).doubleValue(); + double account_balance = sum.subtract(new BigDecimal(t_rent)).doubleValue(); BizObject bod = bd.newObject(); bod.setAttributeValue("DISTRIBUTOR_ID", distributor_id); - bod.setAttributeValue("CAUTION_MONEY", rent); + bod.setAttributeValue("CAUTION_MONEY", t_rent); bod.setAttributeValue("ACCOUNT_BALANCE", account_balance); bod.setAttributeValue("MONEY_TYPE","bondRepay"); bod.setAttributeValue("INPUTTIME",StringFunction.getTodayNow()); @@ -689,6 +692,16 @@ public class CollectAuditInfoCache { return "ܹ "+i+" տɹ\n"+j+" տʧ"; } + private BigDecimal BigDecimal(String string) { + // TODO Auto-generated method stub + return null; + } + + private Double Double(String string) { + // TODO Auto-generated method stub + return null; + } + /** * ʵʱ * @param rent