bug修复
This commit is contained in:
parent
c93b3fa75a
commit
3dcca77cf0
|
|
@ -262,8 +262,8 @@ public class SltAgreementInfoServiceImpl implements SltAgreementInfoService {
|
|||
BigDecimal buyPrice = new BigDecimal(bean.getBuyPrice());
|
||||
BigDecimal num = new BigDecimal(bean.getNum());
|
||||
costs = buyPrice.multiply(num);
|
||||
}
|
||||
bean.setCosts(String.valueOf(costs));*/
|
||||
}*/
|
||||
bean.setCosts(String.valueOf(costs));
|
||||
}
|
||||
return loseList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue