wuxw
2019-05-09 e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb
java110-bean/src/main/java/com/java110/entity/order/Business.java
@@ -78,7 +78,7 @@
    @Override
    public int compareTo(Object o) {
        Business otherBusiness = (Business)o;
        if(this.getSeq() > otherBusiness.getSeq()) {
        if(this.getSeq() < otherBusiness.getSeq()) {
            return -1;
        }
        return 0;