Commit 29ffd3ca by chongli

异常修复

parent e1b2d95f
......@@ -38,6 +38,8 @@ public abstract class AbstractOrder{
public abstract String getOrderName();
public abstract BigDecimal getAmount();
public BigDecimal getAmount(){
return new BigDecimal("0");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment