wuxw
2021-04-23 1f560f1cbf7005af990714a33fd5b9359a0516a9
java110-bean/src/main/java/com/java110/entity/order/Business.java
old mode 100644 new mode 100755
@@ -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;