java110
2020-09-20 a609496d54403a122ab76e79abf3f917f7254c53
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;