Commit 177aa74c authored by zhang_z's avatar zhang_z

修改默认优惠券;

parent 49e7499b
...@@ -38,9 +38,7 @@ public class Ticket extends SectionEntity<MediaStore.Video> implements BaseBean ...@@ -38,9 +38,7 @@ public class Ticket extends SectionEntity<MediaStore.Video> implements BaseBean
* @return 默认优惠券 * @return 默认优惠券
*/ */
public static Ticket defualt() { public static Ticket defualt() {
Ticket ticket = new Ticket(-1L); return new Ticket(-1L);
ticket.ticketValAmt = 0L;
return ticket;
} }
@Deprecated @Deprecated
......
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 to comment