记得上下班打卡 | git大法好,push需谨慎

Commit 37a76948 authored by 胡佳晨's avatar 胡佳晨

slime 添加实名限购字段 idCount

parent 53909b9d
......@@ -125,7 +125,6 @@ public class PerformancePartnerVo implements Serializable, Cloneable {
private Integer isCreateSave;
public Integer getIdCount() {
System.out.println("data = "+idCount);
return idCount==null?limitCount:idCount;
}
......
......@@ -126,7 +126,6 @@ public class KylinTicketPartnerVo implements Serializable,Cloneable {
}
public Integer getIdCount() {
System.out.println("t p vo = "+(idCount==null?limitCount:idCount));
return idCount==null?limitCount:idCount;
}
......
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