|
@@ -105,7 +105,7 @@ public class ProjectAccount {
|
|
|
|
|
|
public ProjectAccount(){}
|
|
|
|
|
|
- public ProjectAccount(Project project, Areg areg){
|
|
|
+ public ProjectAccount(Project project, Areg areg) {
|
|
|
|
|
|
List<AregItem> aregItemList = areg.getAregItemList();
|
|
|
|
|
@@ -156,8 +156,8 @@ public class ProjectAccount {
|
|
|
//this.keepAmount = areg.getLcje();//留存金额 (楼幢监管面积 * 楼幢建筑成本 * 楼幢留存比例) lcje
|
|
|
this.trusteeshipBalance = tgye;//托管余额 checkbacnlce
|
|
|
this.superviseBalance = jgye;//监管余额 checkjgbanlece
|
|
|
- this.trusteeshipInTransitFund = tgzt;//托管在途资金
|
|
|
- this.superviseInTransitFund = jgzt;//监管在途资金
|
|
|
+ this.trusteeshipInTransitFund = new BigDecimal("0");//托管在途资金
|
|
|
+ this.superviseInTransitFund = new BigDecimal("0");//监管在途资金
|
|
|
this.buildCostId = project.getBuildCostId();
|
|
|
this.buildCostName = project.getBuildCostName();
|
|
|
this.createTime = areg.getXmrq();
|