Commit 2a52b3ff by caosy

订单退款

parent eb8d37b5
......@@ -541,8 +541,9 @@ public class MbsOrder extends AbstractOrder implements java.io.Serializable {
}
@Override
@Transient
public BigDecimal getOnPayAmount() {
// TODO Auto-generated method stub
return null;
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