|
@ -3497,6 +3497,8 @@ func (impl *BalanceServiceImplement) RefreshBalanceData(user *global.User) error |
|
|
MaxCoverPeriod: MaxCoverPeriod, |
|
|
MaxCoverPeriod: MaxCoverPeriod, |
|
|
MinCoverPeriodType: "W", |
|
|
MinCoverPeriodType: "W", |
|
|
ResourceId: resourceId, |
|
|
ResourceId: resourceId, |
|
|
|
|
|
WeiwaiQty: 0, |
|
|
|
|
|
ZaituQty: 0, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
firstDemandList = append(firstDemandList, firstArticleDemand) |
|
|
firstDemandList = append(firstDemandList, firstArticleDemand) |
|
@ -3684,6 +3686,8 @@ func (impl *BalanceServiceImplement) RefreshBalanceData(user *global.User) error |
|
|
MaxCoverPeriod: MaxCoverPeriod, |
|
|
MaxCoverPeriod: MaxCoverPeriod, |
|
|
MinCoverPeriodType: "W", |
|
|
MinCoverPeriodType: "W", |
|
|
ResourceId: resourceId, |
|
|
ResourceId: resourceId, |
|
|
|
|
|
WeiwaiQty: 0, |
|
|
|
|
|
ZaituQty: 0, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
firstDemandList = append(firstDemandList, firstArticleDemand) |
|
|
firstDemandList = append(firstDemandList, firstArticleDemand) |
|
|